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

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
