Build a Restful CRUD API for a simple Note-Taking application using Node.js, Express and MongoDB!
- Install dependencies
npm install- Run Server
node server.jsYou can browse the apis at http://localhost:3000
Docker compose is used to integrate node and mongo containers.
docker-compose builddocker-compose uphttps://www.callicoder.com/node-js-express-mongodb-restful-crud-api-tutorial/