{"info":{"_postman_id":"2407c31b-6510-4e53-8b3a-9d5ba39b9dd8","name":"ddd-simple-app","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9702967","collectionId":"2407c31b-6510-4e53-8b3a-9d5ba39b9dd8","publishedId":"U16evoVq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-03T15:03:40.000Z"},"item":[{"name":"signup","id":"318bc6d0-a3eb-4b37-aae3-76f22a132970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"John Stuart\",\n    \"email\": \"valid_email@domain.com\",\n    \"password\": \"valid_pass\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"281419e8-5591-4780-9a90-8fdfcde0abab","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"John Stuart\",\n    \"email\": \"valid_email@domain.com\",\n    \"password\": \"valid_pass\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"104"},{"key":"Date","value":"Fri, 03 Sep 2021 14:50:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"OK\",\n    \"statusCodeNumber\": 200,\n    \"isSuccess\": true,\n    \"isFailure\": false,\n    \"error\": null,\n    \"_value\": null\n}"}],"_postman_id":"318bc6d0-a3eb-4b37-aae3-76f22a132970"},{"name":"signin","event":[{"listen":"test","script":{"id":"eff5f5ed-fbf7-482f-920d-32c1d6959a2a","exec":["","pm.test(\"Successful POST request\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData).to.haveOwnProperty(\"token\");","","    pm.collectionVariables.set(\"token\", jsonData.token);","});",""],"type":"text/javascript"}}],"id":"eef556f2-4684-4d6a-b524-e6b759aadcf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"valid_email@domain.com\",\n    \"password\": \"valid_pass\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/auth","urlObject":{"port":"3000","path":["auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aab8ebdc-bb82-4730-b064-d34372bb63da","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"valid_email@domain.com\",\n    \"password\": \"valid_pass\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"204"},{"key":"Date","value":"Fri, 03 Sep 2021 14:52:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4ODAyYjhjOS1iMDljLTQ2M2MtYTI0OC1jODY5MTU0NmI5MWEiLCJpYXQiOjE2MzA2ODA3NTIsImV4cCI6MTYzMDc2NzE1Mn0.gBgHESihzGd1EIAkr7OkXlOXiT--MrLYfs6GZ97SwTQ\"\n}"},{"id":"7f179d92-c510-42b3-861a-15806be45f78","name":"error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"valid_email@domain.com\",\n    \"password\": \"invalid_pass\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/auth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"148"},{"key":"Date","value":"Fri, 03 Sep 2021 14:52:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"UNAUTHORIZED\",\n    \"statusCodeNumber\": 401,\n    \"isSuccess\": false,\n    \"isFailure\": true,\n    \"error\": \"[SingInUseCase]: Invalid Credentials\",\n    \"_value\": null\n}"}],"_postman_id":"eef556f2-4684-4d6a-b524-e6b759aadcf8"},{"name":"me","id":"4aa07124-9833-4d04-9918-def987e1bf76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/auth","urlObject":{"protocol":"http","port":"3000","path":["auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6f56e419-26fa-441e-8c71-5f1be398e623","name":"success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"251"},{"key":"Date","value":"Fri, 03 Sep 2021 14:53:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2021-09-03T14:50:26.942Z\",\n    \"email\": \"valid_email@domain.com\",\n    \"id\": \"8802b8c9-b09c-463c-a248-c8691546b91a\",\n    \"name\": \"John Stuart\",\n    \"password\": \"$2b$10$Dw2K5A0UkpEUctv4WWU8ZOpoick/pQRmCLUkv7vJVD2rm.Uy7Mj/u\",\n    \"updatedAt\": \"2021-09-03T14:50:26.942Z\"\n}"}],"_postman_id":"4aa07124-9833-4d04-9918-def987e1bf76"},{"name":"create a task","id":"744c09d3-9542-44d2-a3de-d082083ce077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"description\": \"Read a ddd book\",\n   \"isDone\": false \n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/tasks","urlObject":{"port":"3000","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2bbf8204-a269-4494-8d1c-3e57272e4338","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"description\": \"Read a ddd book\",\n   \"isDone\": false \n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"104"},{"key":"Date","value":"Fri, 03 Sep 2021 14:57:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"OK\",\n    \"statusCodeNumber\": 200,\n    \"isSuccess\": true,\n    \"isFailure\": false,\n    \"error\": null,\n    \"_value\": null\n}"}],"_postman_id":"744c09d3-9542-44d2-a3de-d082083ce077"},{"name":"get tasks","id":"2a3d3986-05a2-47ff-885e-e3680fdae87c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/tasks","urlObject":{"protocol":"http","port":"3000","path":["tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fcc44125-7879-4430-aa87-97fe878badc3","name":"success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"221"},{"key":"Date","value":"Fri, 03 Sep 2021 14:57:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"d1a1b1e2-92ba-4e17-99bb-329314a8b1f0\",\n        \"description\": \"read a ddd book\",\n        \"isDone\": false,\n        \"ownerId\": \"8802b8c9-b09c-463c-a248-c8691546b91a\",\n        \"createdAt\": \"2021-09-03T14:57:04.994Z\",\n        \"updatedAt\": \"2021-09-03T14:57:04.994Z\"\n    }\n]"}],"_postman_id":"2a3d3986-05a2-47ff-885e-e3680fdae87c"},{"name":"mark a task as done","id":"04cbfce7-f7b2-4034-8a7c-f7240589cd74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"url":"localhost:3000/tasks/9af6a121-e313-4e1b-81b2-8f84e21b1499","urlObject":{"port":"3000","path":["tasks","9af6a121-e313-4e1b-81b2-8f84e21b1499"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a001580f-fa25-4491-98d5-ec6e80cb3134","name":"success","originalRequest":{"method":"PUT","header":[],"url":"localhost:3000/tasks/d1a1b1e2-92ba-4e17-99bb-329314a8b1f0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"104"},{"key":"Date","value":"Fri, 03 Sep 2021 14:59:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"OK\",\n    \"statusCodeNumber\": 200,\n    \"isSuccess\": true,\n    \"isFailure\": false,\n    \"error\": null,\n    \"_value\": null\n}"}],"_postman_id":"04cbfce7-f7b2-4034-8a7c-f7240589cd74"},{"name":"get users","id":"944f8567-b063-48f1-a325-582f25a18fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"170ad63e-a2db-4dee-970f-5c4c1517e3c9","name":"success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"253"},{"key":"Date","value":"Fri, 03 Sep 2021 15:00:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdAt\": \"2021-09-03T14:50:26.942Z\",\n        \"email\": \"valid_email@domain.com\",\n        \"id\": \"8802b8c9-b09c-463c-a248-c8691546b91a\",\n        \"name\": \"John Stuart\",\n        \"password\": \"$2b$10$Dw2K5A0UkpEUctv4WWU8ZOpoick/pQRmCLUkv7vJVD2rm.Uy7Mj/u\",\n        \"updatedAt\": \"2021-09-03T14:50:26.942Z\"\n    }\n]"}],"_postman_id":"944f8567-b063-48f1-a325-582f25a18fa6"}],"variable":[{"key":"token","value":""}]}