- Developing locally
To run this code in your computer execute the following commands into project root directory
npm install
npm startTo run this code using Docker container execute the following commands into project root directory
docker build -t node-mongodb .
docker run -p 8080:3000 -d node-mongodb