Skip to content

Basic crud operations performed with Node js in MongoDB with the help of Postman API

Notifications You must be signed in to change notification settings

reshniVisionX/Basic-crud-operations-with-Node-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working with

Web Browser

Rest API

  • HTTP
  • GET
  • POST
  • PATCH (minor changes)
  • PUT (huge change)
  • DELETE

Postman

  • Used to test REST APIs

Web Framework

  • Express

Runtime Environment

  • Node.js

Database

  • MongoDB

Editor

  • Visual Studio Code

Packages to Install

  1. npm init
  2. npm install express
  3. npm install mongodb
  4. npm install mongoose
  5. npm install nodemon
  6. nodemon --save-dev

About

Basic crud operations performed with Node js in MongoDB with the help of Postman API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published