Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 468 Bytes

CRUD-With-MongoDB-and-Mongoose

Features:

  • Get all data (from remote database)
  • Get single data by id (from remote database)
  • Write data (in remote database)
  • Update data by id (in remote database)
  • Delete data by id (from remote database)

How To Run:

$ git clone https://github.com/MehedilslamRipon/CRUD-With-MongoDB-and-Mongoose.git

$ cd CRUD-With-MongoDB-and-Mongoose

$ npm install

$ node server.js

Now open POSTMAN and play with CRUD!