This is the source code of the demo application of the Vaulty cookbook.
Instructions on how to run the app, how to add Vaulty can be found in the cookbook.
For the demo ap, we use Docker, Docker Compose. We also need the API key of the active Mailgun account. First, let's create .env
file with environment variables:
MG_API_KEY=key-xxxxxxxxxxxxxxxxxxxxxx
MG_DOMAIN=mg.yourdomain.com
MG_DOMAIN
- Your Mailgun domainMG_API_KEY
- Mailgun API Key
To run the demo application you need to put these commands into your shell:
git clone [email protected]:vaulty-co/demo-collect-emails.git
cd demo-collect-emails
docker-compose up
Then, navigate the browser to http://127.0.0.1:3000