{"info":{"_postman_id":"45a17a70-9fe7-4db8-9a46-ab948d0bf401","name":"This is a basic Crud App","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15285901","collectionId":"45a17a70-9fe7-4db8-9a46-ab948d0bf401","publishedId":"UVeGr6FY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-08T19:49:54.000Z"},"item":[{"name":"Get All Post","id":"438576e1-a88e-4a18-8bd8-92c813da744a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mrcrudapp.herokuapp.com/api/getallposts","urlObject":{"protocol":"https","path":["api","getallposts"],"host":["mrcrudapp","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"77cd913d-3976-4539-9914-71dbb149dd53","name":"Get All Post","originalRequest":{"method":"GET","header":[],"url":"https://mrcrudapp.herokuapp.com/api/getallposts "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"Etag","value":"W/\"d9-RL5XcVP5dmdIL0SPL2cR5O9E/CM\""},{"key":"Date","value":"Tue, 08 Feb 2022 19:37:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"data\": [\n        {\n            \"_id\": \"62023f632d692b63681a9204\",\n            \"title\": \"First post\",\n            \"content\": \"Here is my first post\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"620240070a6d9940dab1d603\",\n            \"title\": \"Second one\",\n            \"content\": \"Second test post\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"438576e1-a88e-4a18-8bd8-92c813da744a"},{"name":"Create Post","id":"f808eb46-5132-484f-86d8-55c27f9ca948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Third post\",\n    \"content\": \"This is a test post third\"\n}","options":{"raw":{"language":"json"}}},"url":"https://mrcrudapp.herokuapp.com/api/createpost ","urlObject":{"protocol":"https","path":["api","createpost "],"host":["mrcrudapp","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"51ce6984-c0fa-46d9-9ba9-3f7b446f685f","name":"Create Post","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Third post\",\n    \"content\": \"This is a test post third\"\n}","options":{"raw":{"language":"json"}}},"url":"https://mrcrudapp.herokuapp.com/api/createpost  "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"101"},{"key":"Etag","value":"W/\"65-M9urnhBahlQMiPnCLpLAOOBi/pE\""},{"key":"Date","value":"Tue, 08 Feb 2022 19:40:35 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Third post\",\n    \"content\": \"This is a test post third\",\n    \"_id\": \"6202c733c644511fbbf29ca2\",\n    \"__v\": 0\n}"}],"_postman_id":"f808eb46-5132-484f-86d8-55c27f9ca948"},{"name":"Update Post","id":"1d7e4544-8d6d-40ee-b9c4-93cb12f56df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://mrcrudapp.herokuapp.com/api/updatepost/62023f632d692b63681a9204","urlObject":{"protocol":"https","path":["api","updatepost","62023f632d692b63681a9204"],"host":["mrcrudapp","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"62968f5d-3389-4c1f-99dc-612b6f48efbd","name":"Update Post","originalRequest":{"method":"PATCH","header":[],"url":"https://mrcrudapp.herokuapp.com/api/updatepost/62023f632d692b63681a9204 "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"},{"key":"Etag","value":"W/\"7a-HogUTkclg6zkxixTDTzpt75Qm7s\""},{"key":"Date","value":"Tue, 08 Feb 2022 19:45:32 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"data\": {\n        \"_id\": \"62023f632d692b63681a9204\",\n        \"title\": \"First post\",\n        \"content\": \"Here is my first post\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"1d7e4544-8d6d-40ee-b9c4-93cb12f56df8"},{"name":"New Request","id":"3cc60081-f555-45d5-a497-a2e20db1062c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://mrcrudapp.herokuapp.com/api/deletepost/62023f632d692b63681a9204","urlObject":{"protocol":"https","path":["api","deletepost","62023f632d692b63681a9204"],"host":["mrcrudapp","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"1464120b-ed06-4753-b637-f033b5a41f7d","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://mrcrudapp.herokuapp.com/api/deletepost/62023f632d692b63681a9204 "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"Etag","value":"W/\"21-Nwby1z+pJs1Lp1wHR4SDSK0PLWw\""},{"key":"Date","value":"Tue, 08 Feb 2022 19:48:15 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Post does not exist! \"\n}"}],"_postman_id":"3cc60081-f555-45d5-a497-a2e20db1062c"}]}