Self-destructing, shareable, no-registration event pages.
You can use the publicly hosted version here.
- Clone the repository
- Open the directory, run
npm install
- Rename
config/api-example.js
andconfig/database-example.js
toconfig/api.js
andconfig/database.js
. For locally hosted versions, the local MongoDB configuration will work fine. To send emails, you need to set up a Sendgrid account and get an API key, which you should paste intoconfig/api.js
. - Run
npm start
. Enjoy!