{"info":{"_postman_id":"49e7ad2d-5a6f-49eb-867b-dda4d4db1edf","name":"Task manager","description":"<html><head></head><body><p>Task manager api is an task management system who can help you to planify your task</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17636181","collectionId":"49e7ad2d-5a6f-49eb-867b-dda4d4db1edf","publishedId":"2sA3QmEF1M","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-20T07:08:37.000Z"},"item":[{"name":"auth","item":[{"name":"register","id":"a5b4e8e5-1625-4734-af29-98c480eb4fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Doe\",\r\n    \"email\": \"email@gmail.com\",\r\n    \"password\": \"pineapple\",\r\n    \"confirmPassword\": \"pineapple\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/auth/register","description":"<p>Use this route for create your account</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5b4e8e5-1625-4734-af29-98c480eb4fad"},{"name":"login","id":"ce67e3e6-4fd8-4c2f-b0a5-16f8ae18599f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"email\": \"email@gmail.com\",\r\n    \"password\": \"pineapple\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/auth/login","description":"<p>Use this route for connect to your created account</p>\n","urlObject":{"path":["auth","login"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce67e3e6-4fd8-4c2f-b0a5-16f8ae18599f"}],"id":"3e4c7d33-4b0a-456a-ac6b-31baeef85d32","description":"<p>This part explain authentication services</p>\n","_postman_id":"3e4c7d33-4b0a-456a-ac6b-31baeef85d32"},{"name":"task list","id":"55bdbd7c-a024-4989-9d27-6e19dbda45d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{local}}/tasks","description":"<p>Get all created tasks</p>\n","urlObject":{"path":["tasks"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55bdbd7c-a024-4989-9d27-6e19dbda45d8"},{"name":"create task","id":"c1992b27-5f9f-4d33-93d6-b00fa098e7c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Go to the bed\",\r\n    \"description\": \"I should go to the bed. Tomorow day will be long\",\r\n    \"status\":\"pending\",\r\n    \"priority\": 2,\r\n    \"dueDate\": \"2024/02/05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/tasks","description":"<p>Use this route for create a task</p>\n","urlObject":{"path":["tasks"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1992b27-5f9f-4d33-93d6-b00fa098e7c5"},{"name":"update task","id":"2cc8679b-8bc9-4038-abfa-4569aa7c17c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"done\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/tasks/taskId","description":"<p>This route can help you to update a task based on her task id. All of task Atribute can be modify</p>\n<p>For on exemple we will parse task status to done</p>\n","urlObject":{"path":["tasks","taskId"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cc8679b-8bc9-4038-abfa-4569aa7c17c4"},{"name":"task details ","id":"b4726cad-07b8-4f21-b5fd-91a4e2b6495b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{local}}/tasks/taskId","description":"<p>Get task detail based on her iD</p>\n","urlObject":{"path":["tasks","taskId"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4726cad-07b8-4f21-b5fd-91a4e2b6495b"},{"name":"delete task","id":"84fba376-b2dd-414a-847a-de7784ca757a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{local}}/tasks/taskId","description":"<p>Use this route for delete specify task</p>\n","urlObject":{"path":["tasks","taskId"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84fba376-b2dd-414a-847a-de7784ca757a"}]}