{"info":{"_postman_id":"78b1b56a-71c6-4c92-8810-a9d33775a117","name":"Bookstore","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"33323023","collectionId":"78b1b56a-71c6-4c92-8810-a9d33775a117","publishedId":"2sA2xnw9fR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-15T21:39:07.000Z"},"item":[{"name":"Inventory Manager","item":[{"name":"Manager signup","id":"c9d66d93-5f64-4377-b931-5735f8e0344b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"manager2\",\r\n    \"book_id\": \"2\",\r\n    \"email\": \"manager2@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/inventory/signup","urlObject":{"protocol":"http","port":"5000","path":["inventory","signup"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9d66d93-5f64-4377-b931-5735f8e0344b"},{"name":"Get All Inventories","id":"2fb7041d-7532-482b-bd57-0c3978427958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/inventory","urlObject":{"protocol":"http","port":"5000","path":["inventory"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fb7041d-7532-482b-bd57-0c3978427958"},{"name":"Update Inventory","id":"89ca4b62-5c97-48b5-a773-663f4317560f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"manager2\",\r\n    \"book_id\": \"1\",\r\n    \"email\": \"manager2@gmail.com\",\r\n    \"password\": \"123\"\r\n}   ","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/inventory/2","urlObject":{"protocol":"http","port":"5000","path":["inventory","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"89ca4b62-5c97-48b5-a773-663f4317560f"},{"name":"Delete Inventory","id":"4d2ea7d7-08ea-41af-af63-dc30e2967922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/inventory","urlObject":{"protocol":"http","port":"5000","path":["inventory"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d2ea7d7-08ea-41af-af63-dc30e2967922"},{"name":"Manager Login","id":"8d634e9d-9ccb-48ad-8d75-6f6f1988e558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"manager2@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/inventory/login","urlObject":{"protocol":"http","port":"5000","path":["inventory","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d634e9d-9ccb-48ad-8d75-6f6f1988e558"},{"name":"Manager Logout","id":"a46747d9-9883-4678-b43d-2eec580452a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:5000/inventory/logout","urlObject":{"protocol":"http","port":"5000","path":["inventory","logout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a46747d9-9883-4678-b43d-2eec580452a9"}],"id":"9bca05a0-4a54-4a04-97b2-606078c1f319","_postman_id":"9bca05a0-4a54-4a04-97b2-606078c1f319","description":""},{"name":"Books","item":[{"name":"Add Book","id":"0c432c43-a2a0-48bc-93d8-1564a46ca6dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"book1\",\r\n    \"author\": \"bara\",\r\n    \"price\": 10.0,\r\n    \"quantity\": 5,\r\n    \"category\": \"Scince\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/inventory/books","urlObject":{"protocol":"http","port":"5000","path":["inventory","books"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c432c43-a2a0-48bc-93d8-1564a46ca6dc"},{"name":"Books","id":"332e7c1b-6064-4f19-8ac5-df103e4915df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/inventory/books","urlObject":{"protocol":"http","port":"5000","path":["inventory","books"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"332e7c1b-6064-4f19-8ac5-df103e4915df"},{"name":"Get Book","id":"8a76abde-995f-4c4f-b59e-dbdf72f53dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/inventory/books/2","urlObject":{"protocol":"http","port":"5000","path":["inventory","books","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a76abde-995f-4c4f-b59e-dbdf72f53dff"},{"name":"Update Book","id":"d5254d69-1079-4e3c-a575-30100a27c376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"quantity\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/inventory/books/2","urlObject":{"protocol":"http","port":"5000","path":["inventory","books","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5254d69-1079-4e3c-a575-30100a27c376"},{"name":"Delete Book","id":"b09c5a92-25e7-4ba1-aada-940122cfa077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/inventory/books/3","urlObject":{"protocol":"http","port":"5000","path":["inventory","books","3"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b09c5a92-25e7-4ba1-aada-940122cfa077"}],"id":"e31ca388-5b5e-4423-a9c5-f2f1b0a357d4","_postman_id":"e31ca388-5b5e-4423-a9c5-f2f1b0a357d4","description":""},{"name":"Users","item":[{"name":"User Signup","id":"0543b5d3-548e-41fb-84ba-95db69a51801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"ahmad\",\r\n    \"email\": \"ahmad@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/users/signup","urlObject":{"protocol":"http","port":"5000","path":["users","signup"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0543b5d3-548e-41fb-84ba-95db69a51801"},{"name":"User Login","id":"6b38e60f-5f44-4bab-8265-952adfcd955b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user1@example.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/users/login","urlObject":{"protocol":"http","port":"5000","path":["users","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b38e60f-5f44-4bab-8265-952adfcd955b"},{"name":"User Logout","id":"6f7da8ba-f0be-47fb-93a3-b5707324c8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:5000/users/logout","urlObject":{"protocol":"http","port":"5000","path":["users","logout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f7da8ba-f0be-47fb-93a3-b5707324c8e0"}],"id":"dc724bc5-d0cf-4a3d-b926-2d91eed75f5e","_postman_id":"dc724bc5-d0cf-4a3d-b926-2d91eed75f5e","description":""},{"name":"Payment Cart","item":[{"name":"Add Payment Cart","id":"2751fc46-57e5-41cc-8db3-158e63530a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"1\",\r\n    \"book_id\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/payment_carts","urlObject":{"protocol":"http","port":"5000","path":["payment_carts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2751fc46-57e5-41cc-8db3-158e63530a39"},{"name":"Add Books to cart","id":"37bed827-4246-42d1-93f0-fc4557f2b902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"book_id\": 1,\r\n    \"quantity\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/payment_carts/1/add_book","urlObject":{"protocol":"http","port":"5000","path":["payment_carts","1","add_book"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"37bed827-4246-42d1-93f0-fc4557f2b902"},{"name":"Remove Books from cart","id":"20c7eb85-06f0-4008-b400-a46d388a6236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"book_id\": 1\r\n}   ","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/payment_carts/1/remove_book","urlObject":{"protocol":"http","port":"5000","path":["payment_carts","1","remove_book"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"20c7eb85-06f0-4008-b400-a46d388a6236"}],"id":"4563664b-b4c6-430f-887c-ab8f129d6afd","_postman_id":"4563664b-b4c6-430f-887c-ab8f129d6afd","description":""},{"name":"Orders","item":[{"name":"Place Order","id":"db0f3699-d8e2-4195-85cd-c76f6afb70f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 1,\r\n    \"book_id\": 1,\r\n    \"quantity\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/orders/place","urlObject":{"protocol":"http","port":"5000","path":["orders","place"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"db0f3699-d8e2-4195-85cd-c76f6afb70f1"},{"name":"View Orders","id":"045f24ef-6a5a-4f49-b20a-5a48108b2cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/orders","urlObject":{"protocol":"http","port":"5000","path":["orders"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"045f24ef-6a5a-4f49-b20a-5a48108b2cb7"},{"name":"Generate Report","id":"e9bf7628-5837-4089-9823-db3873cf08ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/orders/report","urlObject":{"protocol":"http","port":"5000","path":["orders","report"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9bf7628-5837-4089-9823-db3873cf08ac"}],"id":"8dd11e0a-e720-4528-9d3e-aa7c104f0f82","_postman_id":"8dd11e0a-e720-4528-9d3e-aa7c104f0f82","description":""},{"name":"New Request","id":"02a59dc4-281b-4973-ad3a-ae7357a5004f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/catalog","urlObject":{"protocol":"http","port":"5000","path":["catalog"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"02a59dc4-281b-4973-ad3a-ae7357a5004f"}]}