Skip to content

build a REST API using nodejs/Express &MongoDB and consume it

Notifications You must be signed in to change notification settings

bilaloumehdi/taskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskManager

build a REST API using nodejs/Express &MongoDB and use it

store the Data using MongoDB --> Atlas MongoDB

Get

GET all the tasks --> api/v1/tasks

Post

POST (add) a task --> api /v1/tasks

GET a single task --> api/v1/tasks/{:id} -->id:String

Update

UPDATE(PATCH) a single task --> api/v1/tasks/{:id} --> id:String

Delete

DELETE a task ---> api/v1/tasks/{:id} --> id:String

About

build a REST API using nodejs/Express &MongoDB and consume it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published