This app has two containers running express server and one with MongoDB
- Node
- Express
- MongoDB
- Docker
- Docker-compose
- Clone the repository
- Run $npm install
- Run $node index.js
- run command $docker-compose up
- http://localhost:3010/ : Send a hello message
- http://localhost:3010/new : Add a new random user to database
- http://localhost:3010/all : Get all the current users