{"info":{"_postman_id":"8a0bc655-136a-41d1-8a89-602878b68c8d","name":"Labecommerce","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15825788","collectionId":"8a0bc655-136a-41d1-8a89-602878b68c8d","publishedId":"UzXKVdmp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-22T14:02:07.000Z"},"item":[{"name":"Teste","id":"ec70aa8b-e13f-4e77-afbd-6c0050c12d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/","description":"<p>Endpoint de teste</p>\n","urlObject":{"protocol":"http","port":"3003","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec70aa8b-e13f-4e77-afbd-6c0050c12d1e"},{"name":"Create User","id":"d9d946c8-0683-4944-852b-4ed229cd73fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"laura@gmail.com\",\r\n    \"password\": \"laura182\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/users","description":"<p>Endpoint de criação de novo usuário</p>\n","urlObject":{"protocol":"http","port":"3003","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c811f08f-003d-483d-8852-72d049c7a262","name":"Create User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"laura@gmail.com\",\r\n    \"password\": \"laura182\"\r\n}","options":{"raw":{"language":"json"}}},"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":"119"},{"key":"ETag","value":"W/\"77-vQTV+xTZYhY7v4kob86KsGYoJ14\""},{"key":"Date","value":"Thu, 21 Jul 2022 17:56:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": \"1658426200848\",\n        \"email\": \"laura@gmail.com\",\n        \"password\": \"laura182\"\n    },\n    \"message\": \"Usuário criado com sucesso\"\n}"}],"_postman_id":"d9d946c8-0683-4944-852b-4ed229cd73fb"},{"name":"Get Users","id":"8ab09d06-d870-405f-9e79-b739fb08e832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/users","description":"<p>Endpoint de busca de usuários</p>\n","urlObject":{"protocol":"http","port":"3003","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"47313aa1-1adb-4935-9813-04ab6455e101","name":"Get Users","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":"276"},{"key":"ETag","value":"W/\"114-lRrT2rGlpSD2zr13lEIXwUMzZgo\""},{"key":"Date","value":"Thu, 21 Jul 2022 18:14:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": \"101\",\n            \"email\": \"mariabethania@gmail.com\",\n            \"password\": \"noturno\"\n        },\n        {\n            \"id\": \"102\",\n            \"email\": \"galcosta@gmail.com\",\n            \"password\": \"galfatal\"\n        },\n        {\n            \"id\": \"103\",\n            \"email\": \"ney@gmail.com\",\n            \"password\": \"gatopreto11\"\n        },\n        {\n            \"id\": \"1658426200848\",\n            \"email\": \"laura@gmail.com\",\n            \"password\": \"laura182\"\n        }\n    ]\n}"}],"_postman_id":"8ab09d06-d870-405f-9e79-b739fb08e832"},{"name":"Create Product","id":"34194232-08f0-4aec-adb6-d3d585e1d549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Meia Labenu\",\r\n    \"price\": 40\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/products","description":"<p>Endpoint de criação de produtos</p>\n","urlObject":{"protocol":"http","port":"3003","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"18a1644f-ae87-4936-8287-9bd6bafd8c93","name":"Create Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Meia Labenu\",\r\n    \"price\": 40\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/products"},"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":"94"},{"key":"ETag","value":"W/\"5e-goKXCObGE/zYKU5JQqrua8XYe/Y\""},{"key":"Date","value":"Thu, 21 Jul 2022 18:26:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"id\": \"1658428013600\",\n        \"name\": \"Meia Labenu\",\n        \"price\": 40\n    },\n    \"message\": \"Product created\"\n}"}],"_postman_id":"34194232-08f0-4aec-adb6-d3d585e1d549"},{"name":"Get Products","id":"77133d49-2e4b-4a3a-b4cc-ab6e3d2c4ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/products?name=teclado","description":"<p>Endpoint de busca de produtos</p>\n","urlObject":{"protocol":"http","port":"3003","path":["products"],"host":["localhost"],"query":[{"key":"name","value":"teclado"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"a4441095-b5fd-4b44-80a1-5f96ea5d11c7","name":"Get Products","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/products?name=teclado","protocol":"http","host":["localhost"],"port":"3003","path":["products"],"query":[{"key":"name","value":"teclado"},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"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":"62"},{"key":"ETag","value":"W/\"3e-DmWUs/BX9EXlgo3KKteVtpTCWi0\""},{"key":"Date","value":"Thu, 21 Jul 2022 18:42:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"id\": \"202\",\n            \"name\": \"Teclado Gamer\",\n            \"price\": 250\n        }\n    ]\n}"}],"_postman_id":"77133d49-2e4b-4a3a-b4cc-ab6e3d2c4ec3"},{"name":"Create Purchase","id":"843f341f-25f9-4a2f-94ef-019bf9b53166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"101\",\r\n    \"product_id\": \"201\",\r\n    \"quantity\": 3\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/purchases","description":"<p>Endpoint de criação de compras por usuário</p>\n","urlObject":{"protocol":"http","port":"3003","path":["purchases"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e09e7583-d19e-4c68-a41b-2ac5c203378f","name":"Create Purchase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"101\",\r\n    \"product_id\": \"201\",\r\n    \"quantity\": 3\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/purchases"},"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":"101"},{"key":"ETag","value":"W/\"65-9kMOE7i7EKZg5e4xD9UOlfVYsg0\""},{"key":"Date","value":"Thu, 21 Jul 2022 19:46:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchase\": {\n        \"id\": \"1658432773508\",\n        \"user_id\": \"101\",\n        \"product_id\": \"201\",\n        \"quantity\": 3,\n        \"total_price\": 297\n    }\n}"}],"_postman_id":"843f341f-25f9-4a2f-94ef-019bf9b53166"},{"name":"Get Purchases","id":"92d3f09e-41c0-4a7d-abca-6deb59fb27d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/users/:user_id/purchases","description":"<p>Endpoint de busca de compras</p>\n","urlObject":{"protocol":"http","port":"3003","path":["users",":user_id","purchases"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"101","key":"user_id"}]}},"response":[{"id":"ca9a5175-fc05-4427-a0d8-57aceb4e3138","name":"Get Purchases","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/users/:user_id/purchases","protocol":"http","host":["localhost"],"port":"3003","path":["users",":user_id","purchases"],"variable":[{"key":"user_id","value":"101"}]}},"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":"502"},{"key":"ETag","value":"W/\"1f6-JGAuAykecR2twb+x1MDeCQCF7rc\""},{"key":"Date","value":"Fri, 22 Jul 2022 13:37:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchases\": [\n        {\n            \"email\": \"mariabethania@gmail.com\",\n            \"product_name\": \"Webcam\",\n            \"product_price\": 99,\n            \"product_quantity\": 3,\n            \"total_price\": 297\n        },\n        {\n            \"email\": \"mariabethania@gmail.com\",\n            \"product_name\": \"Webcam\",\n            \"product_price\": 99,\n            \"product_quantity\": 1,\n            \"total_price\": 99\n        },\n        {\n            \"email\": \"mariabethania@gmail.com\",\n            \"product_name\": \"Monitor\",\n            \"product_price\": 459.99,\n            \"product_quantity\": 1,\n            \"total_price\": 459.99\n        },\n        {\n            \"email\": \"mariabethania@gmail.com\",\n            \"product_name\": \"Teclado Gamer\",\n            \"product_price\": 250,\n            \"product_quantity\": 2,\n            \"total_price\": 500\n        }\n    ]\n}"}],"_postman_id":"92d3f09e-41c0-4a7d-abca-6deb59fb27d2"},{"name":"Delete User","id":"d0f4fe46-da32-4fd9-9c4a-f5aa0e8f31f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/users/:user_id","description":"<p>Endpoint de deleção de usuários</p>\n","urlObject":{"protocol":"http","port":"3003","path":["users",":user_id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1658426200848","key":"user_id"}]}},"response":[{"id":"9cfb5567-cac1-4d46-9632-d30c5a2acee0","name":"Delete User","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/users/:user_id","protocol":"http","host":["localhost"],"port":"3003","path":["users",":user_id"],"variable":[{"key":"user_id","value":"1658426200848"}]}},"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":"26"},{"key":"ETag","value":"W/\"1a-+BFCXZBji7vrbkrwyE5s2YKViik\""},{"key":"Date","value":"Fri, 22 Jul 2022 13:48:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User deleted\"\n}"}],"_postman_id":"d0f4fe46-da32-4fd9-9c4a-f5aa0e8f31f8"},{"name":"Delete Product","id":"a029ad74-5b0f-4170-ac54-1817312409c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/products/:product_id","description":"<p>Endpoint de deleção de produtos</p>\n","urlObject":{"protocol":"http","port":"3003","path":["products",":product_id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1658427993563","key":"product_id"}]}},"response":[{"id":"9506e82f-c482-4bf1-8a95-cad3b496d377","name":"Delete Product","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/products/:product_id","protocol":"http","host":["localhost"],"port":"3003","path":["products",":product_id"],"variable":[{"key":"product_id","value":"1658427993563"}]}},"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":"29"},{"key":"ETag","value":"W/\"1d-SUOjrQM9v/ZnWfd464qBypgAgyE\""},{"key":"Date","value":"Fri, 22 Jul 2022 13:52:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product deleted\"\n}"}],"_postman_id":"a029ad74-5b0f-4170-ac54-1817312409c8"},{"name":"Delete Purchase","id":"737746e9-7759-4b8d-80c7-f2f45cb4cf48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/purchases/:purchase_id","description":"<p>Endpoint de deleção de compra</p>\n","urlObject":{"protocol":"http","port":"3003","path":["purchases",":purchase_id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1658432773508","key":"purchase_id"}]}},"response":[{"id":"81ec5eeb-3337-45ff-97e5-92011d2d7bd6","name":"Delete Purchase","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/purchases/:purchase_id","protocol":"http","host":["localhost"],"port":"3003","path":["purchases",":purchase_id"],"variable":[{"key":"purchase_id","value":"1658432773508"}]}},"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":"30"},{"key":"ETag","value":"W/\"1e-+5unNoJin2OLlK8ZiU1kLjUiM+Q\""},{"key":"Date","value":"Fri, 22 Jul 2022 13:55:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Purchase deleted\"\n}"}],"_postman_id":"737746e9-7759-4b8d-80c7-f2f45cb4cf48"}]}