{"info":{"_postman_id":"2426ed77-8b50-4e6a-bf26-f52b70ba1ba3","name":"MadeWithLoveApi","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5928045","collectionId":"2426ed77-8b50-4e6a-bf26-f52b70ba1ba3","publishedId":"SzYW2zck","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-27T20:08:10.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":["var data = pm.response.json();","pm.globals.set(\"token\", data.access_token);"],"type":"text/javascript"}}],"id":"a8064496-f0ed-4c96-8c88-2d5fd2bfabf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"me@example.com\",\n\t\"password\" : \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8064496-f0ed-4c96-8c88-2d5fd2bfabf5"},{"name":"Register","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"c3fa352d-5482-449c-a0c8-64e3c0dfdabd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"me@example.com\",\n\t\"password\" : \"password\",\n\t\"name\": \"Samuel Seyi\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/register","urlObject":{"path":["api","auth","register"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3fa352d-5482-449c-a0c8-64e3c0dfdabd"},{"name":"Logout","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"f7f69e3f-3daa-4ff3-8bc4-862634172577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/logout","urlObject":{"path":["api","auth","logout"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7f69e3f-3daa-4ff3-8bc4-862634172577"}],"id":"47ed47d5-69cc-4a51-bc6a-9c40c4bdc07b","_postman_id":"47ed47d5-69cc-4a51-bc6a-9c40c4bdc07b","description":""},{"name":"Products","item":[{"name":"Show all products","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":["var response = pm.response.json();","if(response.data)","  pm.globals.set(\"productId\", response.data[0].id);"],"type":"text/javascript"}}],"id":"a8f9d665-ec5c-4095-afd2-0f5fcb0cb42f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/products","urlObject":{"path":["api","products"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8f9d665-ec5c-4095-afd2-0f5fcb0cb42f"},{"name":"Show one product","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"298b2f32-39f8-4053-8d20-83ff7aa74a3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/products/{{productId}}","urlObject":{"path":["api","products","{{productId}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"298b2f32-39f8-4053-8d20-83ff7aa74a3c"}],"id":"72b80043-2448-4669-aea1-d4605700946f","_postman_id":"72b80043-2448-4669-aea1-d4605700946f","description":""},{"name":"Carts","item":[{"name":"Create new cart","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":["var response = pm.response.json();","if(response.cartId)","  pm.globals.set(\"cartId\", response.cartId);"],"type":"text/javascript"}}],"id":"d57b5165-2102-4a6b-b071-f702c5582e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{host}}/api/carts","urlObject":{"path":["api","carts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d57b5165-2102-4a6b-b071-f702c5582e5a"}],"id":"e92333e4-12fd-4d80-aac3-414b6306062c","_postman_id":"e92333e4-12fd-4d80-aac3-414b6306062c","description":""},{"name":"CartProducts","item":[{"name":"Add product to cart","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"0aa3297e-3152-4902-b3f4-bfe29375be90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"productId\": {{productId}},\n \"quantity\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/carts/{{cartId}}/products","urlObject":{"path":["api","carts","{{cartId}}","products"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0aa3297e-3152-4902-b3f4-bfe29375be90"},{"name":"Display cart products","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"c9e2483b-fba4-4253-bded-670c259cd1b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{host}}/api/carts/{{cartId}}/products","urlObject":{"path":["api","carts","{{cartId}}","products"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9e2483b-fba4-4253-bded-670c259cd1b9"},{"name":"Remove product from cart","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"6af34ec9-4269-44bc-9616-55048678dbc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{host}}/api/carts/{{cartId}}/products/{{productId}}","urlObject":{"path":["api","carts","{{cartId}}","products","{{productId}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6af34ec9-4269-44bc-9616-55048678dbc0"},{"name":"Update product quantity on cart","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"072bcd0a-d565-4304-b157-8985cbafca9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"quantity\": 3\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/carts/{{cartId}}/products/{{productId}}","urlObject":{"path":["api","carts","{{cartId}}","products","{{productId}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"072bcd0a-d565-4304-b157-8985cbafca9e"}],"id":"03c9ef5a-b284-4c35-9600-f9a1d5319fc1","event":[{"listen":"prerequest","script":{"id":"9b7bc89b-ae13-4093-b990-e441755a5610","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"469df427-8c5e-4808-91c5-0591da3091b6","type":"text/javascript","exec":[""]}}],"_postman_id":"03c9ef5a-b284-4c35-9600-f9a1d5319fc1","description":""},{"name":"Order","item":[{"name":"Create an order","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"552139cd-24b4-424f-b4f2-b91239f0c377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cartId\": {{cartId}},\t\t\n  \"name\": \"Oluwaseyi Adeogun Samuel\",\n  \"address\" : \"Lagos, Nigeria\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/orders","urlObject":{"path":["api","orders"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"552139cd-24b4-424f-b4f2-b91239f0c377"}],"id":"5e19ef22-ab54-436c-a4af-3d3d8b025070","_postman_id":"5e19ef22-ab54-436c-a4af-3d3d8b025070","description":""},{"name":"Data","item":[{"name":"Display removed products from Cart","event":[{"listen":"test","script":{"id":"025b6188-d5bb-44d8-9b2b-4c6271147f52","exec":[""],"type":"text/javascript"}}],"id":"fe634ea0-bbff-4728-a4a2-d848f1094b3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{host}}/api/data","urlObject":{"path":["api","data"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe634ea0-bbff-4728-a4a2-d848f1094b3d"}],"id":"07fb3823-c441-4a86-992f-cd41f39b03d5","_postman_id":"07fb3823-c441-4a86-992f-cd41f39b03d5","description":""}]}