{"info":{"_postman_id":"20834e8d-ecc3-4a2d-82f4-71a492a5cbb0","name":"Cafe-Node","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19130707","collectionId":"20834e8d-ecc3-4a2d-82f4-71a492a5cbb0","publishedId":"UVXnFZVV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-18T14:35:46.000Z"},"item":[{"name":"Create user","id":"4288cbe9-5898-4964-b764-bf6776367aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"google\": true,\r\n    \"nombre\": \"Blue Waves\",\r\n    \"correo\": \"BlueWaves@gmail.com\",\r\n    \"password\": \"123456\",\r\n    \"rol\": \"USER_ROLE\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/usuarios","urlObject":{"path":["api","usuarios"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4288cbe9-5898-4964-b764-bf6776367aef"},{"name":"Update user","id":"b4a41342-3926-42aa-94d0-27ab3522436b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rol\": \"ADMIN_ROLE\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/usuarios/61eb18ccfdc501b37032a864","urlObject":{"path":["api","usuarios","61eb18ccfdc501b37032a864"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4a41342-3926-42aa-94d0-27ab3522436b"},{"name":"Get user","id":"2c2006a4-b04b-4c25-b70b-292d1766ef4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/usuarios?desde=0&limit=15","urlObject":{"path":["api","usuarios"],"host":["{{url}}"],"query":[{"key":"desde","value":"0"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"2c2006a4-b04b-4c25-b70b-292d1766ef4e"},{"name":"Delete user","id":"ee65e5ea-5955-4b4f-89a8-f166bf4cb9b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-token","value":"61eb18ccfdc501b37032a864","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/usuarios/61e4599aaacdf792ce7fc4e3","urlObject":{"path":["api","usuarios","61e4599aaacdf792ce7fc4e3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee65e5ea-5955-4b4f-89a8-f166bf4cb9b1"},{"name":"Login","id":"8298a7d9-ebb8-4ceb-8671-9a29965fe020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"correo\": \"nick@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8298a7d9-ebb8-4ceb-8671-9a29965fe020"},{"name":"Google Sign-in","id":"2a74734c-cac5-425d-bc76-bd8ede70a052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/auth/google","urlObject":{"path":["api","auth","google"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a74734c-cac5-425d-bc76-bd8ede70a052"},{"name":"Renew TOKEN and get user","id":"e52415f6-9214-474e-ab70-d8c064f3d247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiI2MWU1NWY5ZTA5MjlhZTZmZjZkZmU5ZTYiLCJpYXQiOjE2NDMwMTY5MDksImV4cCI6MTY0MzAzMTMwOX0.IBPuiqkCrHbj-hUUx-X6KGHlLRpxM8mEXloqfvasU3U","type":"text"}],"url":"{{url}}/api/auth/","urlObject":{"path":["api","auth",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e52415f6-9214-474e-ab70-d8c064f3d247"},{"name":"Get all Categories","id":"e673526c-a73b-43da-821d-353600a61b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/categorias/","urlObject":{"path":["api","categorias",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e673526c-a73b-43da-821d-353600a61b20"},{"name":"Get one category","id":"943cad91-8a2a-41a1-a8be-ba47e6a1d39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/categorias/61e6dec7472de5fb3601c3b5","urlObject":{"path":["api","categorias","61e6dec7472de5fb3601c3b5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"943cad91-8a2a-41a1-a8be-ba47e6a1d39a"},{"name":"Create category","id":"cab3fc30-776c-41c8-85e2-124538b672c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiI2MWViMThjY2ZkYzUwMWIzNzAzMmE4NjQiLCJpYXQiOjE2NDI3OTc0MjIsImV4cCI6MTY0MjgxMTgyMn0.n2ylwNil0188YQPQV7HouS3kJOpaKbfcs9mLQdfBlWk","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nombre\": \"waifu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/categorias/","urlObject":{"path":["api","categorias",""],"host":["{{url}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"cab3fc30-776c-41c8-85e2-124538b672c1"},{"name":"Update category","id":"45d1bcfb-0c17-4cde-8603-407e149340e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiI2MWU1NWY5ZTA5MjlhZTZmZjZkZmU5ZTYiLCJpYXQiOjE2NDI2NjUxMTEsImV4cCI6MTY0MjY3OTUxMX0.Jb7WskXGvuWeYLafYa6qVjpJd_4Bsz_r9LRzxek8fkI","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"usuario\": \"61e4599aaacdf792ce7fc4e3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/categorias/61eb1a0dfdc501b37032a879","urlObject":{"path":["api","categorias","61eb1a0dfdc501b37032a879"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45d1bcfb-0c17-4cde-8603-407e149340e9"},{"name":"Delete category","id":"c1084aa5-784c-4d60-a463-b9b5114ec46a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiI2MWU1NWY5ZTA5MjlhZTZmZjZkZmU5ZTYiLCJpYXQiOjE2NDI2NjUxMTEsImV4cCI6MTY0MjY3OTUxMX0.Jb7WskXGvuWeYLafYa6qVjpJd_4Bsz_r9LRzxek8fkI","type":"text"}],"url":"{{url}}/api/categorias/61e6dec7472de5fb3601c3b5","urlObject":{"path":["api","categorias","61e6dec7472de5fb3601c3b5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1084aa5-784c-4d60-a463-b9b5114ec46a"},{"name":"Create Product","id":"ba6be8e5-fdf7-4b7b-a80e-06af181eef66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiI2MWU1NWY5ZTA5MjlhZTZmZjZkZmU5ZTYiLCJpYXQiOjE2NDI2NjgzODYsImV4cCI6MTY0MjY4Mjc4Nn0.XzKVXfSA_bdTAIURSrxYMzetzL_vmOSx1SjIU8q7m90","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nombre\": \"Luisa\",\r\n    \"precio\": 1.34,\r\n    \"categoria\": \"GALLETAS\",\r\n    \"disponible\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/productos/","urlObject":{"path":["api","productos",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba6be8e5-fdf7-4b7b-a80e-06af181eef66"},{"name":"Get all products","id":"c9c6067b-90e1-479c-8197-61f74036c514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/productos/","urlObject":{"path":["api","productos",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9c6067b-90e1-479c-8197-61f74036c514"},{"name":"Update one product","id":"da9c9f1e-5d53-49e8-9173-3b9283302cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiI2MWU1NWY5ZTA5MjlhZTZmZjZkZmU5ZTYiLCJpYXQiOjE2NDI2NjUxMTEsImV4cCI6MTY0MjY3OTUxMX0.Jb7WskXGvuWeYLafYa6qVjpJd_4Bsz_r9LRzxek8fkI","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"precio\": 1.3,\r\n    \"disponible\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/productos/61e921b72aae280bc3b3d905","urlObject":{"path":["api","productos","61e921b72aae280bc3b3d905"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da9c9f1e-5d53-49e8-9173-3b9283302cf6"},{"name":"Get one product","id":"d63638d7-97b6-4a84-9c30-2fd49d710165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/productos/61e921b72aae280bc3b3d905","urlObject":{"path":["api","productos","61e921b72aae280bc3b3d905"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d63638d7-97b6-4a84-9c30-2fd49d710165"},{"name":"Delete one product","id":"209b4ba3-a029-48ce-86e3-40814239ca79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiI2MWU1NWY5ZTA5MjlhZTZmZjZkZmU5ZTYiLCJpYXQiOjE2NDI2NjUxMTEsImV4cCI6MTY0MjY3OTUxMX0.Jb7WskXGvuWeYLafYa6qVjpJd_4Bsz_r9LRzxek8fkI","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/productos/61e921b72aae280bc3b3d905","urlObject":{"path":["api","productos","61e921b72aae280bc3b3d905"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"209b4ba3-a029-48ce-86e3-40814239ca79"},{"name":"Search","id":"3ef7f409-99e3-4241-b3c1-dd3c3a3cba8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/buscar/categorias/a","urlObject":{"path":["api","buscar","categorias","a"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ef7f409-99e3-4241-b3c1-dd3c3a3cba8b"},{"name":"Upload Img","id":"89847ed5-8f08-40ac-bc9e-782dcf80249f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"archivo","type":"file","src":"/C:/Users/kevin/Desktop/imgs/Django-Logo.png"}]},"url":"{{url}}/api/uploads","urlObject":{"path":["api","uploads"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89847ed5-8f08-40ac-bc9e-782dcf80249f"},{"name":"Update user img","id":"ceb46056-8166-4fb0-80b4-d90a94dfc23d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"archivo","type":"file","src":"/C:/Users/kevin/Desktop/imgs/IMG_20210131_211419_955.jpg"}]},"url":"{{url}}/api/uploads/usuarios/61e6c5b6da8af3b747c0f8d3","urlObject":{"path":["api","uploads","usuarios","61e6c5b6da8af3b747c0f8d3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceb46056-8166-4fb0-80b4-d90a94dfc23d"},{"name":"Update product img","id":"46a6c8f1-2745-4b93-a270-415608fbb576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"archivo","type":"file","src":"/C:/Users/kevin/Desktop/imgs/TRADING BOT.png"}]},"url":"{{url}}/api/uploads/productos/61e92a9782f5019a62f48fb3","urlObject":{"path":["api","uploads","productos","61e92a9782f5019a62f48fb3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46a6c8f1-2745-4b93-a270-415608fbb576"},{"name":"Get img of user/img","id":"4d9d6058-1cbe-403b-93ad-fb6765793296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/uploads/productos/61e92a9e82f5019a62f48fb8","urlObject":{"path":["api","uploads","productos","61e92a9e82f5019a62f48fb8"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d9d6058-1cbe-403b-93ad-fb6765793296"}]}