This is a basic create, read, update, delete (CRUD) operations example in Node.js (Express) and MongoDB.
Clone or download zip to your machine then hit this:
npm install
- We are using MongoDB Atlas
- If you are using the same then you only need to create the database name: easy-notes
- Change the url in config->database.config.js
url: ''
node app.js