Build a Restful CRUD API for a Note taking application using Node.js, Express and MongoDB.
Let's now test all the APIs one by one using postman.
- Install dependencies
npm install
- Run Server
node server.js
You can browse the apis at http://localhost:3000