Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 214 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 214 Bytes

Complete CRUD with mongoose

following are completed

  • Insert a data
  • Insert many data
  • Reads all data from mongoDB database
  • Reads a data by dynamic id
  • Update data
  • Delete data from mongoDB database