It was fun to implement, learned a few new things from it.
- npm
- Docker and Docker Compose
- Clone repository and cd into it
- Run
npm install
- Run (sudo)
docker-compose up
- The API is available on port
8080
, the web app on80
.
Example of running Docker with Compose, Redis, Nginx and Reverse Proxying
JavaScript