{"info":{"_postman_id":"3ba5f232-eca6-485b-839d-b77b9f7029e1","name":"to-do-list","description":"<html><head></head><body><p>CRUD de uma API de tarefas</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17534205","collectionId":"3ba5f232-eca6-485b-839d-b77b9f7029e1","publishedId":"2s9XxwvDqX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-02T20:50:43.000Z"},"item":[{"name":"get all users","id":"73e32e37-58c1-4280-9104-447bfeb3b04a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/users","urlObject":{"protocol":"http","port":"3003","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b2f99779-37ea-4c95-8f67-0a710de77c5d","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3003/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"176"},{"key":"ETag","value":"W/\"b0-yB6avAx34G2MqZjD2BiMVqnQFLQ\""},{"key":"Date","value":"Wed, 02 Aug 2023 18:25:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"id\": \"f002\",\n            \"name\": \"Beltrana\",\n            \"email\": \"beltrana@email.com\",\n            \"password\": \"beltrana00\"\n        },\n        {\n            \"id\": \"user04\",\n            \"name\": \"teste3\",\n            \"email\": \"teste3@email.com\",\n            \"password\": \"123456\"\n        }\n    ]\n}"}],"_postman_id":"73e32e37-58c1-4280-9104-447bfeb3b04a"},{"name":"new user","id":"345fde5c-bd48-4159-8dbc-8617e2e4df99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"user04\",\r\n    \"name\": \"teste3\",\r\n    \"email\": \"teste3@email.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users","urlObject":{"protocol":"http","port":"3003","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c5129308-472f-4fe0-85ec-a590596348b3","name":"new user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"teste03\",\r\n    \"name\": \"teste3\",\r\n    \"email\": \"teste4@email.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-sUYh8Wp91pph9DR/xpjhXWX3Mcc\""},{"key":"Date","value":"Wed, 02 Aug 2023 20:43:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário criado com sucesso\"\n}"}],"_postman_id":"345fde5c-bd48-4159-8dbc-8617e2e4df99"},{"name":"delete user","id":"35348d46-e439-457b-b1d8-1e70db434e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/users/:id","urlObject":{"protocol":"http","port":"3003","path":["users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"f001","key":"id"}]}},"response":[{"id":"a92c0187-47bb-46a2-beed-8eb163fab42b","name":"delete user","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/users/:id","protocol":"http","host":["localhost"],"port":"3003","path":["users",":id"],"variable":[{"key":"id","value":"teste03"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"ETag","value":"W/\"2b-TVjTapHIR9yZueSn8M6Wdk7YOFE\""},{"key":"Date","value":"Wed, 02 Aug 2023 20:47:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"usuário deletado com sucesso\"\n}"}],"_postman_id":"35348d46-e439-457b-b1d8-1e70db434e18"},{"name":"get all tasks","id":"71a9a777-5f48-46ef-a2a2-7ac58518057d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/tasks","urlObject":{"protocol":"http","port":"3003","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a713e675-df02-4fd8-999c-51993996b5c0","name":"get all tasks","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3003/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"709"},{"key":"ETag","value":"W/\"2c5-nB8+KCc4ZUnhcZ4FRZuwD8Sinpo\""},{"key":"Date","value":"Wed, 02 Aug 2023 20:44:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"id\": \"t001\",\n            \"title\": \"Implementar o header\",\n            \"description\": \"Criar o componente Header do site\",\n            \"created_at\": \"2023-08-01 20:22:29\",\n            \"status\": 0\n        },\n        {\n            \"id\": \"t002\",\n            \"title\": \"Implementar o footer\",\n            \"description\": \"Criar o componente Footer do site\",\n            \"created_at\": \"2023-08-01 20:22:29\",\n            \"status\": 0\n        },\n        {\n            \"id\": \"t003\",\n            \"title\": \"Testar site\",\n            \"description\": \"Teste de usabilidade de todo o site\",\n            \"created_at\": \"2023-08-01 20:22:29\",\n            \"status\": 0\n        },\n        {\n            \"id\": \"t004\",\n            \"title\": \"Deploy do site\",\n            \"description\": \"Subir o site no surge\",\n            \"created_at\": \"2023-08-01 20:22:29\",\n            \"status\": 0\n        },\n        {\n            \"id\": \"edicção004\",\n            \"title\": \"teste edição de task\",\n            \"description\": \"testando a data se ela alterou para a atuallll\",\n            \"created_at\": \"$(DATETIME())\",\n            \"status\": 1\n        }\n    ]\n}"}],"_postman_id":"71a9a777-5f48-46ef-a2a2-7ac58518057d"},{"name":"new task","id":"29a24a0b-d833-4d7b-949b-4bd0c1afa1fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"teste0010\",\r\n    \"title\": \"teste task\",\r\n    \"description\": \"testar\"         \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/tasks","urlObject":{"protocol":"http","port":"3003","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6e2f9a4a-56df-4c5a-8f70-eb0b77e8e9eb","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"teste0010\",\r\n    \"title\": \"teste task\",\r\n    \"description\": \"testar\"         \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/tasks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"ETag","value":"W/\"25-Qam8w8n5+J85Y8wwBI7NpIv0h1Y\""},{"key":"Date","value":"Wed, 02 Aug 2023 20:47:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task criada com sucesso\"\n}"}],"_postman_id":"29a24a0b-d833-4d7b-949b-4bd0c1afa1fd"},{"name":"delete task","id":"362d579f-7df5-4bfc-9789-25783e7b7f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/tasks/:id","urlObject":{"protocol":"http","port":"3003","path":["tasks",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"t004","key":"id"}]}},"response":[{"id":"09a7987c-73b2-46bb-88ab-4c1b76b68d42","name":"delete task","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/tasks/:id","protocol":"http","host":["localhost"],"port":"3003","path":["tasks",":id"],"variable":[{"key":"id","value":"t004"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-9SQX6bxgEAjwBrEPRZHO9+Sp078\""},{"key":"Date","value":"Wed, 02 Aug 2023 20:44:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task deletada com sucesso\"\n}"}],"_postman_id":"362d579f-7df5-4bfc-9789-25783e7b7f13"},{"name":"edit task","id":"3c84bf65-cd93-4b1a-b109-30b57541e50f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"edicção004\",\r\n    \"title\": \"teste edição de task\",\r\n    \"description\": \"testando a data se ela alterou para a atuallll\", \r\n    \"status\": 1        \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/tasks/:id","urlObject":{"protocol":"http","port":"3003","path":["tasks",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"edicção004","key":"id"}]}},"response":[{"id":"6ad3ea9a-27c5-4d06-abb4-39db22c6a1d2","name":"edit task","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"edicção004\",\r\n    \"title\": \"teste edição de task\",\r\n    \"description\": \"testando a data se ela alterou para a atuallll\", \r\n    \"status\": 1        \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3003/tasks/:id","protocol":"http","host":["localhost"],"port":"3003","path":["tasks",":id"],"variable":[{"key":"id","value":"edicção004"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-xzGwvYTw80iqun9inSVYAKhxeCg\""},{"key":"Date","value":"Wed, 02 Aug 2023 20:48:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task alterada com sucesso\"\n}"}],"_postman_id":"3c84bf65-cd93-4b1a-b109-30b57541e50f"},{"name":"add user to task","id":"f1501eaa-6fbb-416a-8400-b733cf8ff0bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3003/users/:idUser/tasks/:idTask","urlObject":{"protocol":"http","port":"3003","path":["users",":idUser","tasks",":idTask"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"user04","key":"idUser"},{"type":"any","value":"t003","key":"idTask"}]}},"response":[{"id":"9f6eb671-c95a-4425-aecd-5198a07ff8fc","name":"add user to task","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:3003/users/:idUser/tasks/:idTask","protocol":"http","host":["localhost"],"port":"3003","path":["users",":idUser","tasks",":idTask"],"variable":[{"key":"idUser","value":"user04"},{"key":"idTask","value":"t004"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"ETag","value":"W/\"25-Qam8w8n5+J85Y8wwBI7NpIv0h1Y\""},{"key":"Date","value":"Wed, 02 Aug 2023 18:52:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task criada com sucesso\"\n}"}],"_postman_id":"f1501eaa-6fbb-416a-8400-b733cf8ff0bb"},{"name":"delete user to task","id":"d0f8c465-5391-485b-9332-9ff44d0fef25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/users/:idUser/tasks/:idTask","urlObject":{"protocol":"http","port":"3003","path":["users",":idUser","tasks",":idTask"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"user04","key":"idUser"},{"type":"any","value":"t003","key":"idTask"}]}},"response":[{"id":"a787fbb3-3ad0-45e2-ba27-cf74d5633c9c","name":"delete user to task","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/users/:idUser/tasks/:idTask","protocol":"http","host":["localhost"],"port":"3003","path":["users",":idUser","tasks",":idTask"],"variable":[{"key":"idUser","value":"user04"},{"key":"idTask","value":"t003"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"ETag","value":"W/\"33-cNhUs3WGyMzrT0xtK6k+HfdOU9I\""},{"key":"Date","value":"Wed, 02 Aug 2023 20:49:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário deletado da task com sucesso\"\n}"}],"_postman_id":"d0f8c465-5391-485b-9332-9ff44d0fef25"},{"name":"get all tasks from users","id":"dcff160d-c734-4828-a580-134f08f16492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/tasks/users","urlObject":{"protocol":"http","port":"3003","path":["tasks","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"44eb0560-8d87-4e37-a369-98ae40af8882","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3003/tasks/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1034"},{"key":"ETag","value":"W/\"40a-RKwsDQZ0+Ayst4F+54v501bX5nY\""},{"key":"Date","value":"Wed, 02 Aug 2023 19:34:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"t001\",\n        \"title\": \"Implementar o header\",\n        \"description\": \"Criar o componente Header do site\",\n        \"created_at\": \"2023-08-01 20:22:29\",\n        \"status\": 0,\n        \"responsibles\": []\n    },\n    {\n        \"id\": \"t002\",\n        \"title\": \"Implementar o footer\",\n        \"description\": \"Criar o componente Footer do site\",\n        \"created_at\": \"2023-08-01 20:22:29\",\n        \"status\": 0,\n        \"responsibles\": [\n            {\n                \"id\": \"f002\",\n                \"name\": \"Beltrana\",\n                \"email\": \"beltrana@email.com\",\n                \"password\": \"beltrana00\"\n            }\n        ]\n    },\n    {\n        \"id\": \"t003\",\n        \"title\": \"Testar site\",\n        \"description\": \"Teste de usabilidade de todo o site\",\n        \"created_at\": \"2023-08-01 20:22:29\",\n        \"status\": 0,\n        \"responsibles\": [\n            {\n                \"id\": \"f002\",\n                \"name\": \"Beltrana\",\n                \"email\": \"beltrana@email.com\",\n                \"password\": \"beltrana00\"\n            }\n        ]\n    },\n    {\n        \"id\": \"t004\",\n        \"title\": \"Deploy do site\",\n        \"description\": \"Subir o site no surge\",\n        \"created_at\": \"2023-08-01 20:22:29\",\n        \"status\": 0,\n        \"responsibles\": []\n    },\n    {\n        \"id\": \"edicção004\",\n        \"title\": \"teste edição de task\",\n        \"description\": \"testando a data se ela alterou para a atuallll\",\n        \"created_at\": \"$(DATETIME())\",\n        \"status\": 1,\n        \"responsibles\": [\n            {\n                \"id\": \"user04\",\n                \"name\": \"teste3\",\n                \"email\": \"teste3@email.com\",\n                \"password\": \"123456\"\n            }\n        ]\n    }\n]"}],"_postman_id":"dcff160d-c734-4828-a580-134f08f16492"}]}