Crud Operation Using NodeJS and MongoDB
Clone Project or Download zip and Extract
https://github.com/varundeva/nodejs-mongodb-crud.git
Install Required npm Packages
$ cd nodejs-mongodb-crud
$ npm i express
$ npm i mongodb
$ npm i body-parser
Create Database and Collection in MongoDB
Use MongoDB Shell or MongoDB Compass to Create and Manage Database
Create Database - "ShoppingCart"
Create Collection - "Products"
Run Node Project
-app.js is entry point
-run node app.js
-using Post Man Software interact
Free Software, Hell Yeah!