{"info":{"_postman_id":"a7d11439-a6b4-4ad6-954c-a9846043f691","name":"Task Management System","description":"<html><head></head><body><p><strong>Backend (NestJS)</strong></p>\n<ul>\n<li><p><strong>Task Service: Manages tasks, including CRUD operations.</strong></p>\n</li>\n<li><p><strong>User Service: Manages user information.</strong></p>\n</li>\n<li><p><strong>Auth Service: Manages user authentication and authorization.</strong></p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29212903","collectionId":"a7d11439-a6b4-4ad6-954c-a9846043f691","publishedId":"2s9YeEbrwL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-27T10:34:33.000Z"},"item":[{"name":"Tasks","item":[{"name":"Create Task","id":"34d1050b-604f-429c-873e-f7f322fe881f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\":\"ghghjhjhjh\",\r\n    \"estimatedTime\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/tasks","urlObject":{"protocol":"http","port":"3000","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"34d1050b-604f-429c-873e-f7f322fe881f"},{"name":"Get A Task","id":"b8951ef4-8d5d-4d9d-a2cb-bef089f69e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/tasks/2668a8ad-c763-4e46-95d4-f1a18eacd0c1","urlObject":{"protocol":"http","port":"3000","path":["tasks","2668a8ad-c763-4e46-95d4-f1a18eacd0c1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8951ef4-8d5d-4d9d-a2cb-bef089f69e46"},{"name":"Get All Tasks","id":"6f6c1971-e6d1-4a31-b480-30457750ec47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/tasks","urlObject":{"protocol":"http","port":"3000","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f6c1971-e6d1-4a31-b480-30457750ec47"},{"name":"Update Task","id":"b7a2cf4b-0f6e-48e2-b5c2-31eb6dd47661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"2668a8ad-c763-4e46-95d4-f1a18eacd0c1\",\r\n    \"category\": {\r\n        \"name\": \"Clients Specifications\",\r\n        \"subCategory\": \"Get the clients requirements\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/tasks/2668a8ad-c763-4e46-95d4-f1a18eacd0c1","urlObject":{"protocol":"http","port":"3000","path":["tasks","2668a8ad-c763-4e46-95d4-f1a18eacd0c1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7a2cf4b-0f6e-48e2-b5c2-31eb6dd47661"},{"name":"Delete Task","id":"b4ce4190-e08f-4526-8e9c-894fa17debde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/tasks/2668a8ad-c763-4e46-95d4-f1a18eacd0c1","urlObject":{"protocol":"http","port":"3000","path":["tasks","2668a8ad-c763-4e46-95d4-f1a18eacd0c1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4ce4190-e08f-4526-8e9c-894fa17debde"}],"id":"ba67e223-699b-46c5-b503-c421625ad00f","_postman_id":"ba67e223-699b-46c5-b503-c421625ad00f","description":""},{"name":"Users","item":[{"name":"Get All Users","id":"53dc47e9-b4b9-45e1-8e89-519d08e92043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"53dc47e9-b4b9-45e1-8e89-519d08e92043"},{"name":"Create User","id":"df235809-3808-4d7a-b86f-20a5dcae59f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"test\",\r\n    \"password\": \"pass1234\",\r\n    \"age\": 20,\r\n    \"email\": \"test@test.com\",\r\n    \"phoneNumber\": \"+923433356758\",\r\n    \"role\": \"student\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"df235809-3808-4d7a-b86f-20a5dcae59f7"},{"name":"Update User","id":"626ce327-41eb-4300-b348-c55ee85877b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"age\": 28,\r\n    \"socialMedia\": {\r\n        \"fbUri\": \"test\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/656ec9f5258dea8d904aa405","urlObject":{"protocol":"http","port":"3000","path":["users","656ec9f5258dea8d904aa405"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"626ce327-41eb-4300-b348-c55ee85877b7"},{"name":"Get a User Info","id":"800ed4d3-d8c4-4ecf-abe6-298f62e20abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/6576bc587ac1240e2eea4221","urlObject":{"protocol":"http","port":"3000","path":["users","6576bc587ac1240e2eea4221"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"800ed4d3-d8c4-4ecf-abe6-298f62e20abd"},{"name":"Delete User","id":"ac6e7d67-179d-4cae-9390-fcb0449b9971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/users/656ec4f5595dadde77c5c9e6","urlObject":{"protocol":"http","port":"3000","path":["users","656ec4f5595dadde77c5c9e6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac6e7d67-179d-4cae-9390-fcb0449b9971"},{"name":"Get email","id":"bc026dac-fd2d-49c6-ac17-01408af25760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"aa07a903-e6a5-448e-8163-453f4dd25329\",\r\n    \"socialMedia\": {\r\n        \"fbUri\": \"test\"\r\n    }\r\n}"},"url":"http://localhost:3000/users/email","urlObject":{"protocol":"http","port":"3000","path":["users","email"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc026dac-fd2d-49c6-ac17-01408af25760"}],"id":"ddac3432-7774-460b-88f5-2725a228b7ce","_postman_id":"ddac3432-7774-460b-88f5-2725a228b7ce","description":""},{"name":"Auth","item":[{"name":"Register","id":"44c2c22c-54ed-46ce-a288-615836d31ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test1@test1.com\",\r\n  \"password\": \"pass1234\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/register","urlObject":{"protocol":"http","port":"3000","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"44c2c22c-54ed-46ce-a288-615836d31ef1"},{"name":"Login","id":"399b0796-1fc5-4e84-bb43-4fc06a0e82f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test1@test1.com\",\r\n  \"password\": \"pass1234\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/login","urlObject":{"protocol":"http","port":"3000","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"399b0796-1fc5-4e84-bb43-4fc06a0e82f4"}],"id":"b000cc01-9415-4434-bc57-7169bfbc8034","_postman_id":"b000cc01-9415-4434-bc57-7169bfbc8034","description":""},{"name":"New Request","id":"cd1420e8-0444-43f4-bfd3-f880f28ae0a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/","urlObject":{"port":"3000","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd1420e8-0444-43f4-bfd3-f880f28ae0a5"}]}