{"info":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5625977","collectionId":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","publishedId":"UVeCR8UE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-30T13:47:32.000Z"},"item":[{"name":"Create user","event":[{"listen":"test","script":{"id":"cc745e99-4419-41a3-aad0-f905189da0f2","exec":["if (pm.response.code === 201) {\r","    pm.environment.set('authToken', pm.response.json().token)\r","}"],"type":"text/javascript"}}],"id":"87c6c758-8b3a-42d4-8a0d-e0bc7803c095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Juan Camilo\",\r\n    \"email\": \"juan.osorio15@gmail.com\",\r\n    \"password\": \"juan1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user","urlObject":{"path":["user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87c6c758-8b3a-42d4-8a0d-e0bc7803c095"},{"name":"Create task","id":"21ba32ef-023b-4f62-b49a-6a46dda37498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\":\"Juan task 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/task","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["task"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21ba32ef-023b-4f62-b49a-6a46dda37498"},{"name":"Login","event":[{"listen":"test","script":{"id":"abb41435-2dc2-401a-9499-c8120a355769","exec":["if (pm.response.code === 200) {\r","    pm.environment.set('authToken', pm.response.json().token)\r","}"],"type":"text/javascript"}}],"id":"dba523d7-92dd-49d3-a83f-463a65bf1e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"juan.6@gmail.com\",\r\n    \"password\": \"juan1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dba523d7-92dd-49d3-a83f-463a65bf1e38"},{"name":"Logout","id":"8c2c12e0-2586-45ed-865f-ca8c1b9bae25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/user/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","logout"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c2c12e0-2586-45ed-865f-ca8c1b9bae25"},{"name":"Logout all","id":"dceff1a0-5d93-4510-885b-bccc6db6c99c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/user/logout-all","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","logout-all"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dceff1a0-5d93-4510-885b-bccc6db6c99c"},{"name":"Create Avatar","id":"2519aa37-0673-4c23-b4e5-321fe90cfe4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"upload","type":"file","src":"/C:/Users/PC/Downloads/node-course-images/philly.jpg"}]},"url":"{{url}}/user/me/avatar","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","me","avatar"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2519aa37-0673-4c23-b4e5-321fe90cfe4c"},{"name":"Read users","id":"67f2ad1b-0a5d-4642-9c17-1128da2831fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67f2ad1b-0a5d-4642-9c17-1128da2831fe"},{"name":"Read tasks","id":"a1578694-e919-4231-87c2-6ccf72ffd789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/task","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["task"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1578694-e919-4231-87c2-6ccf72ffd789"},{"name":"Read user","id":"8262948a-2b10-475e-8fb2-5894253ffe7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/user/5f321289482bfd1a8ce4fd85","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","5f321289482bfd1a8ce4fd85"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8262948a-2b10-475e-8fb2-5894253ffe7f"},{"name":"Read task","id":"a679a55f-b2e1-42b4-8701-6137443deb12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/task/5ffb4116ed52193cd08adfb4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["task","5ffb4116ed52193cd08adfb4"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a679a55f-b2e1-42b4-8701-6137443deb12"},{"name":"Update user","id":"fae379f3-db5d-400b-82d4-c03af0a35b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Juan Osorio A\",\r\n    \"email\":\"jcamilo.osorio15@gmail.com\",\r\n    \"age\":\"24\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fae379f3-db5d-400b-82d4-c03af0a35b4b"},{"name":"Update task","id":"edaac9dc-9860-42e5-bacc-d959911475ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"finish flutter push notifications\",\r\n    \"completed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/task/5f3803363d28f334f8273a68","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["task","5f3803363d28f334f8273a68"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"edaac9dc-9860-42e5-bacc-d959911475ed"},{"name":"Delete user","id":"4bdfcf43-805d-4933-baa2-bf0c2b844849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/user/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bdfcf43-805d-4933-baa2-bf0c2b844849"},{"name":"Delete task","id":"eb92738a-a9d7-468c-995f-9c9e7c34f0d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/task/5f3803363d28f334f8273a68","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["task","5f3803363d28f334f8273a68"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb92738a-a9d7-468c-995f-9c9e7c34f0d1"},{"name":"Delete avatar","id":"89c7df2f-f972-49e3-b734-c04e15fe633c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/user/me/avatar","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":true,"source":{"_postman_id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","id":"b3a95416-f165-41d2-bccc-7f16e4ae58ba","name":"Task Manager","type":"collection"}},"urlObject":{"path":["user","me","avatar"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89c7df2f-f972-49e3-b734-c04e15fe633c"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]}},"event":[{"listen":"prerequest","script":{"id":"cb9ae1b1-c332-4616-8357-ae8266616003","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f7e09d77-02b7-40e7-82e6-9e01646b6234","type":"text/javascript","exec":[""]}}]}