Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 401 Bytes

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