The Wayback Machine - https://web.archive.org/web/20200906142026/https://github.com/motasimfoad/CRUD-API_NODE_EXPRESS_MONGO
Skip to content
Master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CRUD-API_NODE_EXPRESS_MONGO

basic CRUD operation nodeJS api boilerplate with MongoDB & Express.

If you have any queries feel free to ping me via https://motasimfoad.com/contact

Its a simple note keeping api containing 2 felds, Title and Description. Which take post request and intermingle with MongoDB on Localhost.

###Properties & Endpoints :

CREATE endpoint >> localhost:4200/notes/ >> POST body { title : "String" desc : "String" }

UPDATE endpoint >> localhost:4200/notes/{id} >> PUT body { title : "String" desc : "String" }

READ/FIND endpoint >> localhost:4200/notes/{id} >> GET

DELETE endpoint >> localhost:4200/notes/{id} >> DELETE

About

basic CRUD operation nodeJS api boilerplate with MongoDB & Express.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.