Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 231 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 231 Bytes

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