This is a base project template for a REST API complete with database, reverse proxy, and backend.
- 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 authentication to MongoDB