Simple Node.js Express webpage for registering in an event.
- Register by email
- Confirmation / deletion from event
- OpenLayers integrated
- Structured data (http://shema.org) powered
- Easily customizable with ejs templates (for website and mail messages)
- LESS enabled
- SQLite database
Customize config.json and files in public, mail or views.
Execute with:
node index.js
You can use programs such as forever for keeping the application always running.
- Move more messages to configuration
- Allow some degree of i18n
- Include more frontend checks (Javascript)
- Add other plugins (e. g. Twitter)
- Allow other database options
- Enable a more customisable DB option
- Subscribe/unsubscribe using Persona