vaulty-co / demo-collect-emails

Demo app for email tokenization and detokenization with Vaulty

Home Page:https://vaulty.co/docs/cookbooks/email-list-with-protected-emails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An email list without emails

This is the source code of the demo application of the Vaulty cookbook.

front-page

Instructions on how to run the app, how to add Vaulty can be found in the cookbook.

Run the app

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 domain
  • MG_API_KEY - Mailgun API Key

To run the demo application you need to put these commands into your shell:

git clone git@github.com:vaulty-co/demo-collect-emails.git
cd demo-collect-emails
docker-compose up

Then, navigate the browser to http://127.0.0.1:3000

About

Demo app for email tokenization and detokenization with Vaulty

https://vaulty.co/docs/cookbooks/email-list-with-protected-emails

License:MIT License


Languages

Language:HTML 69.2%Language:Go 28.5%Language:Dockerfile 2.0%Language:CSS 0.2%