{"info":{"_postman_id":"3cc18b34-b5f1-4cf2-8daf-caf04fe7de53","name":"StoreFront","description":"<html><head></head><body><p>An Inventory management system</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"43171328","collectionId":"3cc18b34-b5f1-4cf2-8daf-caf04fe7de53","publishedId":"2sB2qcCgRX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-26T00:17:45.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"e4725903-7f09-45bd-88c2-64a0bcfd7326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"crevmick\",\r\n  \"email\": \"mick@example.com\",\r\n  \"password\": \"SecurePass123\",\r\n  \"firstName\": \"crev\",\r\n  \"lastName\": \"mick\",\r\n  \"phone\": \"+2348012345678\",\r\n  \"address\": \"123 Palm Avenue, Lagos\"\r\n}\r\n","options":{"raw":{"language":"html"}}},"url":"http://localhost:8000/auth/register","urlObject":{"protocol":"http","port":"8000","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4725903-7f09-45bd-88c2-64a0bcfd7326"},{"name":"Login","id":"1273cd0f-3168-43d9-b860-2294ea4e0886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"mick@example.com\",\r\n  \"password\": \"SecurePass123\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/auth/login","urlObject":{"protocol":"http","port":"8000","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1273cd0f-3168-43d9-b860-2294ea4e0886"}],"id":"c0995686-33e8-4e53-9c2c-d1d791096ec5","_postman_id":"c0995686-33e8-4e53-9c2c-d1d791096ec5","description":""},{"name":"Admin","item":[{"name":"Product","item":[{"name":"Create Product","id":"0bd24c7c-0a20-4401-a9fe-c65ff7435863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"064689e1-b287-4b67-8bd8-aa95e628b194","src":"/C:/Users/PC/Downloads/young-woman-walks-street-with-phone-his-hand.jpg"}]},"url":"http://localhost:8000/api/products/upload-image","urlObject":{"protocol":"http","port":"8000","path":["api","products","upload-image"],"host":["localhost"],"query":[{"disabled":true,"key":"image","value":""}],"variable":[]}},"response":[],"_postman_id":"0bd24c7c-0a20-4401-a9fe-c65ff7435863"},{"name":"Update Product","id":"84542342-72a9-4e50-a6de-a71d107b3928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"064689e1-b287-4b67-8bd8-aa95e628b194","src":"/C:/Users/PC/Downloads/young-woman-walks-street-with-phone-his-hand.jpg"}]},"url":"http://localhost:8000/api/products/upload-image","urlObject":{"protocol":"http","port":"8000","path":["api","products","upload-image"],"host":["localhost"],"query":[{"disabled":true,"key":"image","value":""}],"variable":[]}},"response":[],"_postman_id":"84542342-72a9-4e50-a6de-a71d107b3928"},{"name":"Delete Product","id":"dc8d56c7-67cb-46df-8cb2-711d4a193f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"064689e1-b287-4b67-8bd8-aa95e628b194","src":"/C:/Users/PC/Downloads/young-woman-walks-street-with-phone-his-hand.jpg"}]},"url":"http://localhost:8000/api/products/3","urlObject":{"protocol":"http","port":"8000","path":["api","products","3"],"host":["localhost"],"query":[{"disabled":true,"key":"image","value":""}],"variable":[]}},"response":[],"_postman_id":"dc8d56c7-67cb-46df-8cb2-711d4a193f0f"},{"name":"Get product","id":"4718f9d8-4938-439f-8cf3-cbe26d5e66e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/products/","urlObject":{"protocol":"http","port":"8000","path":["api","products",""],"host":["localhost"],"query":[{"disabled":true,"key":"image","value":""}],"variable":[]}},"response":[],"_postman_id":"4718f9d8-4938-439f-8cf3-cbe26d5e66e0"},{"name":"get single product","id":"8a874959-f872-41c5-af22-2ca847b36949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/products/1","urlObject":{"protocol":"http","port":"8000","path":["api","products","1"],"host":["localhost"],"query":[{"disabled":true,"key":"image","value":""}],"variable":[]}},"response":[],"_postman_id":"8a874959-f872-41c5-af22-2ca847b36949"}],"id":"8d21208e-c684-43b8-bf93-2ca897f29d55","_postman_id":"8d21208e-c684-43b8-bf93-2ca897f29d55","description":""},{"name":"Category","item":[{"name":"Create category","id":"4a8c586f-79a4-4ae8-9656-759aa19bde28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Household need\",\r\n  \"description\": \"Household essential\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/categories","urlObject":{"protocol":"http","port":"8000","path":["api","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a8c586f-79a4-4ae8-9656-759aa19bde28"},{"name":"get category","id":"9e0d9414-f72e-4215-b904-09dcd5905a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Electronics\",\r\n  \"description\": \"Gadgets and devices\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/categories","urlObject":{"protocol":"http","port":"8000","path":["api","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e0d9414-f72e-4215-b904-09dcd5905a88"},{"name":"get single category","id":"bd09c5b6-a029-4b47-b8f8-7cadc36baad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Electronics\",\r\n  \"description\": \"Gadgets and devices\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/categories/2","urlObject":{"protocol":"http","port":"8000","path":["api","categories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd09c5b6-a029-4b47-b8f8-7cadc36baad1"},{"name":"update category","id":"8deb3e01-ce0f-4b2f-b95e-176f91d3bd8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Household\",\r\n  \"description\": \"Household appliance\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/categories/2","urlObject":{"protocol":"http","port":"8000","path":["api","categories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8deb3e01-ce0f-4b2f-b95e-176f91d3bd8e"},{"name":"Delete category","id":"65438bd9-4464-432a-85ee-b491a5ef89e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Household\",\r\n  \"description\": \"Household appliance\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/categories/4","urlObject":{"protocol":"http","port":"8000","path":["api","categories","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"65438bd9-4464-432a-85ee-b491a5ef89e0"}],"id":"17b8e2de-2107-4528-86da-4a0ebcc32151","_postman_id":"17b8e2de-2107-4528-86da-4a0ebcc32151","description":""}],"id":"818e8218-b685-4f34-80cb-92f5c4fce504","_postman_id":"818e8218-b685-4f34-80cb-92f5c4fce504","description":""},{"name":"Customer","item":[{"name":"Product","item":[{"name":"Get product","id":"f277f099-89b0-448d-8759-7fb47433782d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/products/","urlObject":{"protocol":"http","port":"8000","path":["api","products",""],"host":["localhost"],"query":[{"disabled":true,"key":"image","value":""}],"variable":[]}},"response":[],"_postman_id":"f277f099-89b0-448d-8759-7fb47433782d"},{"name":"get single product","id":"1c30b44a-860e-424a-856b-1af39d60524e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/products/1","urlObject":{"protocol":"http","port":"8000","path":["api","products","1"],"host":["localhost"],"query":[{"disabled":true,"key":"image","value":""}],"variable":[]}},"response":[],"_postman_id":"1c30b44a-860e-424a-856b-1af39d60524e"}],"id":"5232f95e-a046-4b79-90fe-057835b4daec","_postman_id":"5232f95e-a046-4b79-90fe-057835b4daec","description":""},{"name":"Category","item":[{"name":"get category","id":"aea88286-6a16-4b4e-95e4-8b74b9f33dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Electronics\",\r\n  \"description\": \"Gadgets and devices\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/categories","urlObject":{"protocol":"http","port":"8000","path":["api","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aea88286-6a16-4b4e-95e4-8b74b9f33dd9"},{"name":"get single category","id":"b8e72a91-39ce-4093-88c5-bde66a2b2428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Electronics\",\r\n  \"description\": \"Gadgets and devices\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/categories/2","urlObject":{"protocol":"http","port":"8000","path":["api","categories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8e72a91-39ce-4093-88c5-bde66a2b2428"}],"id":"6d3048db-6f95-43fe-b70b-3127de879c03","_postman_id":"6d3048db-6f95-43fe-b70b-3127de879c03","description":""}],"id":"465e9a35-c046-40d1-9f38-256bc620f84d","_postman_id":"465e9a35-c046-40d1-9f38-256bc620f84d","description":""},{"name":"Home","id":"a6ed43d6-6fce-4a22-9885-a574bb60fa63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/","urlObject":{"protocol":"http","port":"8000","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6ed43d6-6fce-4a22-9885-a574bb60fa63"}]}