{"info":{"_postman_id":"d122c481-5f27-47a1-8459-e6421ce8a8fd","name":"Storefront API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3264371","collectionId":"d122c481-5f27-47a1-8459-e6421ce8a8fd","publishedId":"TzCMbnKR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-30T16:16:55.000Z"},"item":[{"name":"Get users","id":"e09cacd4-449d-4dff-bba2-edf6aab19c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:3000/users","urlObject":{"port":"3000","path":["users"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"e09cacd4-449d-4dff-bba2-edf6aab19c84"},{"name":"Get Products","id":"0bc58288-3ac6-4edb-b2af-46479cfc4627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"0.0.0.0:3000/products","urlObject":{"port":"3000","path":["products"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bc58288-3ac6-4edb-b2af-46479cfc4627"},{"name":"Get Products by productID","id":"1e3d1959-ca04-4238-9cbb-73cc727e7cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"0.0.0.0:3000/products/1","urlObject":{"port":"3000","path":["products","1"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e3d1959-ca04-4238-9cbb-73cc727e7cf8"},{"name":"Get User by ID","id":"cdf9052a-8fb5-4a71-a2ec-cff214fc7bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"0.0.0.0:3000/users/4","urlObject":{"port":"3000","path":["users","4"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdf9052a-8fb5-4a71-a2ec-cff214fc7bb3"},{"name":"Register user","id":"af82119f-53d4-4ed8-837d-5427283e4d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastName\":\"Adams\",\r\n    \"fisrtName\": \"Ken\",\r\n    \"password_digest\":\"kenadams\",\r\n    \"username\":\"kenadamsuser\"\r\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:3000/user","urlObject":{"port":"3000","path":["user"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"af82119f-53d4-4ed8-837d-5427283e4d81"},{"name":"Create New product","id":"22d67e96-3c17-4b07-830c-7248b5dd35f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"cake\",\r\n    \"price\": 3,\r\n    \"token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoxLCJmaXJzdG5hbWUiOiJLZW4iLCJsYXN0bmFtZSI6IkFkYW1zIiwicGFzc3dvcmRfZGlnZXN0IjoiJDJiJDEwJEhYNkVCZnR4WDUvTUU3aUVjSlBha2VvWVd2SXJ0bmVIRFhvWE42b0dVU1VEZUowMzdYcXd1In0sImlhdCI6MTY5MDY5MjgyMX0.5bzvruwTa1f71Oz9UcVNHVYxWGE4KM2N3H1p3pu80kY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:3000/products","urlObject":{"port":"3000","path":["products"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"22d67e96-3c17-4b07-830c-7248b5dd35f3"},{"name":"Get orders by userId","id":"a5299ca3-4ccc-4e75-a2b7-1dd4ef6e5499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"0.0.0.0:3000/orders/users/1","urlObject":{"port":"3000","path":["orders","users","1"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5299ca3-4ccc-4e75-a2b7-1dd4ef6e5499"},{"name":"Create New Order","id":"dcdeec34-09a6-4bbe-abcd-163aa2f49736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 1,\r\n    \"status\": \"open\"\r\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:3000/orders","urlObject":{"port":"3000","path":["orders"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcdeec34-09a6-4bbe-abcd-163aa2f49736"},{"name":"Get all Orders","id":"d9491a99-846f-46ae-a9c8-4b6152886a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"0.0.0.0:3000/orders","urlObject":{"port":"3000","path":["orders"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9491a99-846f-46ae-a9c8-4b6152886a37"},{"name":"Get order by id","id":"f096b355-3e61-4e46-835c-4c3b745e020b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"0.0.0.0:3000/orders/1","urlObject":{"port":"3000","path":["orders","1"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"f096b355-3e61-4e46-835c-4c3b745e020b"},{"name":"Add product to order","id":"6896600d-ea9c-4a46-add0-181a900e02b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\":1,\r\n    \"quantity\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:3000/orders/1/products","urlObject":{"port":"3000","path":["orders","1","products"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"6896600d-ea9c-4a46-add0-181a900e02b0"},{"name":"Authenticate User","id":"b5f87a38-287d-4be2-9197-e5e047c3910c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\":\"Ken\",\r\n    \"lastName\" : \"Adams\",\r\n    \"password\":\"kenadams\"\r\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:3000/users/authenticate","urlObject":{"port":"3000","path":["users","authenticate"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5f87a38-287d-4be2-9197-e5e047c3910c"},{"name":"Update users","id":"7a6215ec-f019-4014-801c-7f826c8563b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstname\":\"Jamie\",\r\n    \"lastname\":\"Oliver\"\r\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:3000/users","description":"<p>PATCH request on users table</p>\n","urlObject":{"port":"3000","path":["users"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a6215ec-f019-4014-801c-7f826c8563b5"},{"name":"Top 5 products","id":"b2cad262-9b93-432b-bde0-d4196680366e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"0.0.0.0:3000/products/topFive","urlObject":{"port":"3000","path":["products","topFive"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2cad262-9b93-432b-bde0-d4196680366e"},{"name":"Login user","id":"6b23b84f-8be2-4f61-a40d-f67a8e1ee8c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"KenTheHen\",\n\t\"password\" : \"kenadams\"\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:3000/login","urlObject":{"port":"3000","path":["login"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b23b84f-8be2-4f61-a40d-f67a8e1ee8c7"},{"name":"Order by status","id":"0ac8845b-72fd-4e15-b032-59ac9a197f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/orders/users/1/completed","urlObject":{"protocol":"http","port":"3000","path":["orders","users","1","completed"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ac8845b-72fd-4e15-b032-59ac9a197f76"}]}