Backend for the Vernam messenger app.
Please check the HTTP request endpoints in index.js
- Run as node service in production:
pm2 start index.js --name vernam-backend
- Use a (local) development database.
- VAPID environment variables are optionally for web push notification support
- Set environment variables in
.envfile according to .env.example - Start dev server:
npm run dev
- Execute
database.sqlscript to setup DB structure