This is a base project template for a REST API complete with database, reverse proxy, backend as well as some basic user authentication (register/login).
- Docker
- Docker Compose
Run in project root:
docker-compose up --build
Place your ssl certificates in the nginx/ssl-certificates/
directory.
Run in project root:
docker-compose -f docker-compose.production.yml up --build
- Add guide for implementing push notifications
- Clean up and fix event driven push notifications
- Add proper Express error handling