Skip to content

This is a simple node API to play CRUD with MongoDB and mongoose. Here you can create, read, update, and delete real data on your remote database.

Notifications You must be signed in to change notification settings

mehediislamripon/CRUD-With-MongoDB-and-Mongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

This is a simple node API to play CRUD with MongoDB and mongoose. Here you can create, read, update, and delete real data on your remote database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published