- Install Docker
- Install Compose
- Build and run:
docker-compose up api
- Unit tests:
docker-compose up unit-tests
- Integration tests:
docker-compose up integration-tests
- Pre-commit setup:
docker-compose up pre-commit
- Articles with details on every single step required to build this app
- Add static code and complexity analysis (wily)
- Live reloading
- Unit Testing with coverage
- Debug vscode
- Deployment on AWS with MongoDB Atlas