Skip to content

Implementation of RESTful CRUD operations using Mongoose, Express, Node.js, and MongoDB.

Notifications You must be signed in to change notification settings

swapnilchokshi/Mongoose-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongoose-CRUD

Basic CRUD (Create, Read, Update, Delete) operations are implemented using RESTful routing.

MongoDB is used for storing and retrieving data with the help of Mongoose ODM, implemented with Express and Node.js