{"info":{"_postman_id":"d4dfab0e-938b-40d0-ab5e-5fd50a5b7b68","name":"Node-Rest","description":"<html><head></head><body><p>Variables description:</p>\n<p>URL = host (default localhost)</p>\n<p>PORT = which port we're going to send the request for</p>\n<p>DB = 0 to access data from Postgres, 1 to access data from MongoDB</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19873266","collectionId":"d4dfab0e-938b-40d0-ab5e-5fd50a5b7b68","publishedId":"UyrBjwi8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-25T17:14:07.000Z"},"item":[{"name":"Get All Users","id":"dfc30779-b4c2-4bb9-a684-a2753f57f558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002?db=0","urlObject":{"port":"3002","host":["http://localhost"],"query":[{"key":"db","value":"0"}],"variable":[]}},"response":[],"_postman_id":"dfc30779-b4c2-4bb9-a684-a2753f57f558"},{"name":"Get User by ID","id":"727f8beb-9046-4c02-902f-9bd3d4cb1c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/:id?db=0","urlObject":{"port":"3002","path":[":id"],"host":["http://localhost"],"query":[{"key":"db","value":"0"}],"variable":[{"id":"0905b00e-324f-45da-8731-3738e48b6e74","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"727f8beb-9046-4c02-902f-9bd3d4cb1c6b"},{"name":"Create User","id":"7ba2a7ca-91c9-4afd-bcee-3b52f3be9020","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Daniel\",\r\n    \"username\": \"danhenrik\",\r\n    \"password\": \"123\",\r\n    \"email\": \"daniel.toledo@deal.com.br\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002?db=0","urlObject":{"port":"3002","host":["http://localhost"],"query":[{"key":"db","value":"0"}],"variable":[]}},"response":[{"id":"52a719ea-55dc-498f-97d5-1d3df602eeb1","name":"Create User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Daniel\",\r\n    \"username\": \"danhenrik\",\r\n    \"password\": \"123\",\r\n    \"email\": \"daniel.toledo@deal.com.br\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3002?db=0","host":["http://localhost"],"port":"3002","query":[{"key":"db","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"ETag","value":"W/\"c8-kTmab7sfQvpBmsNd19Vr00Cln3A\""},{"key":"Date","value":"Mon, 25 Apr 2022 17:20:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Daniel\",\n        \"username\": \"danhenrik\",\n        \"password\": \"123\",\n        \"email\": \"daniel.toledo@deal.com.br\",\n        \"updatedAt\": \"2022-04-25T17:20:33.165Z\",\n        \"createdAt\": \"2022-04-25T17:20:33.165Z\"\n    },\n    \"error\": null\n}"}],"_postman_id":"7ba2a7ca-91c9-4afd-bcee-3b52f3be9020"},{"name":"Update User","id":"0561dcb3-8f30-4aec-b247-2bd880cfd42a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Daniel Toledo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/:id?db=0","urlObject":{"port":"3002","path":[":id"],"host":["http://localhost"],"query":[{"key":"db","value":"0"}],"variable":[{"id":"d4f75e68-3e54-4142-95a1-9c47479bc7c3","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"0561dcb3-8f30-4aec-b247-2bd880cfd42a"},{"name":"Delete User","id":"c854fb3a-3a03-461e-9708-2306e19b48a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/:id?db=0","urlObject":{"port":"3002","path":[":id"],"host":["http://localhost"],"query":[{"key":"db","value":"0"}],"variable":[{"id":"46f692b8-2674-4c27-b7ac-04f999ab24f6","type":"any","value":"3","key":"id"}]}},"response":[],"_postman_id":"c854fb3a-3a03-461e-9708-2306e19b48a1"}],"event":[{"listen":"prerequest","script":{"id":"ac884483-c1e7-4d6e-93ef-4634f69f0526","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e79cc1e8-6bb9-4a03-843e-fec1efe94bf8","type":"text/javascript","exec":[""]}}],"variable":[{"key":"URL","value":"http://localhost","type":"string"},{"key":"PORT","value":"3002","type":"string"},{"key":"DB","value":"0","type":"string"}]}