Skip to content

Crud Operation Using NodeJS and MongoDB [No Frontend]

Notifications You must be signed in to change notification settings

varundeva/nodejs-mongodb-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-mongodb-crud

Crud Operation Using NodeJS and MongoDB

npm package GitHub issues Open Source Love svg1

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!

Releases

No releases published

Packages

No packages published