Skip to content

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