{"info":{"_postman_id":"72e9a37f-7d8b-4286-8dc3-92f578ff6667","name":"ReadBackend","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12353028","collectionId":"72e9a37f-7d8b-4286-8dc3-92f578ff6667","publishedId":"TW76C48m","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-08T15:47:05.000Z"},"item":[{"name":"Get all posts","id":"3d02381a-32b6-4f72-8079-fe718ab9d80b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/post","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/post/\">https://readit-backend.herokuapp.com/api/post/</a></p>\n","urlObject":{"protocol":"https","path":["api","post"],"host":["readit-backend","herokuapp","com"],"query":[{"disabled":true,"key":"token","value":null}],"variable":[]}},"response":[{"id":"a3450848-c289-490e-8938-d20122d2ebde","name":"get","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":{"raw":"https://readit-backend.herokuapp.com/api/post","protocol":"https","host":["readit-backend","herokuapp","com"],"path":["api","post"],"query":[{"key":"token","value":null,"type":"text","disabled":true}]}},"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":"830"},{"key":"Etag","value":"W/\"33e-aopfnm3qznbyMcNvK9gd0NNJwV8\""},{"key":"Date","value":"Mon, 01 Feb 2021 23:43:02 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"Hi guys!\",\n        \"body\": \"Let me introduce myself. I am Frodo from the Shire. I am a Hobbit\",\n        \"likes\": 0,\n        \"user_id\": 1,\n        \"subreadit_id\": 1,\n        \"username\": \"Frodo\",\n        \"subreadit\": \"Introductions\"\n    },\n    {\n        \"id\": 2,\n        \"title\": \"Hi guys!\",\n        \"body\": \"Let me introduce myself. I am Luke. I am a Jedi\",\n        \"likes\": 0,\n        \"user_id\": 2,\n        \"subreadit_id\": 1,\n        \"username\": \"Luke\",\n        \"subreadit\": \"Introductions\"\n    },\n    {\n        \"id\": 3,\n        \"title\": \"what do you do for fun\",\n        \"body\": \"Me, I like to go on adventures\",\n        \"likes\": 0,\n        \"user_id\": 1,\n        \"subreadit_id\": 2,\n        \"username\": \"Frodo\",\n        \"subreadit\": \"hobbies\"\n    },\n    {\n        \"id\": 4,\n        \"title\": \"what is your favorite movie?\",\n        \"body\": \"Mine is star wars\",\n        \"likes\": 0,\n        \"user_id\": 3,\n        \"subreadit_id\": 3,\n        \"username\": \"Darth\",\n        \"subreadit\": \"movies\"\n    },\n    {\n        \"id\": 5,\n        \"title\": \"what is your favorite show?\",\n        \"body\": \"Mine is Game of thrones\",\n        \"likes\": 0,\n        \"user_id\": 2,\n        \"subreadit_id\": 4,\n        \"username\": \"Luke\",\n        \"subreadit\": \"tv\"\n    }\n]"}],"_postman_id":"3d02381a-32b6-4f72-8079-fe718ab9d80b"},{"name":"Get posts by post id","id":"c76d2186-bfeb-4ba9-acb5-6b4509f3a147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/api/post/1","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/post/:id\">https://readit-backend.herokuapp.com/api/post/:id</a></p>\n","urlObject":{"protocol":"https","path":["api","post","1"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"fbd6f77c-1f4e-49c2-be37-68984e4bd12e","name":"https://readit-backend.herokuapp.com/api/post/:id","originalRequest":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/api/post/1"},"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":"188"},{"key":"Etag","value":"W/\"bc-q8XsEkCareg9vXkulpC08LL7g98\""},{"key":"Date","value":"Mon, 01 Feb 2021 23:40:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"Hi guys!\",\n    \"body\": \"Let me introduce myself. I am Frodo from the Shire. I am a Hobbit\",\n    \"likes\": 0,\n    \"user_id\": 1,\n    \"subreadit_id\": 1,\n    \"username\": \"Frodo\",\n    \"subreadit\": \"Introductions\"\n}"}],"_postman_id":"c76d2186-bfeb-4ba9-acb5-6b4509f3a147"},{"name":"Get all comments from a post","id":"2053a686-968c-4f30-a78e-16a3abb9f45e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/api/post/1/comments","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/post/:id/comments\">https://readit-backend.herokuapp.com/api/post/:id/comments</a></p>\n","urlObject":{"protocol":"https","path":["api","post","1","comments"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3633f54c-5852-434d-9947-b32de865b5a8","name":"https://readit-backend.herokuapp.com/api/post/:id/comments","originalRequest":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/api/post/1/comments"},"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":"81"},{"key":"Etag","value":"W/\"51-kZL4yuYXBQ5eR5yPea0ZJIi+jG4\""},{"key":"Date","value":"Mon, 01 Feb 2021 23:47:25 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"body\": \"Hi Frodo!\",\n        \"likes\": 0,\n        \"user_id\": 2,\n        \"post_id\": 1,\n        \"username\": \"Luke\"\n    }\n]"}],"_postman_id":"2053a686-968c-4f30-a78e-16a3abb9f45e"},{"name":"Upvote a post","id":"d76a66bc-2ae0-4498-ae80-0a8d650b6052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://readit-backend.herokuapp.com/api/post/upvote/1","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/post/upvote/:id\">https://readit-backend.herokuapp.com/api/post/upvote/:id</a></p>\n","urlObject":{"protocol":"https","path":["api","post","upvote","1"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"aecf6f3f-5d14-42c1-9fed-f411d87bb039","name":"https://readit-backend.herokuapp.com/api/post/upvote/:id","originalRequest":{"method":"PUT","header":[],"url":"https://readit-backend.herokuapp.com/api/post/upvote/1"},"status":"Created","code":201,"_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":"22"},{"key":"Etag","value":"W/\"16-hmmSU8tFxSzi1OJDw2OXmRINVuw\""},{"key":"Date","value":"Mon, 01 Feb 2021 23:50:28 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"like upvoted\"\n}"}],"_postman_id":"d76a66bc-2ae0-4498-ae80-0a8d650b6052"},{"name":"Downvote a post by id","id":"815d8688-1548-43f2-b06b-8bb8bf788145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://readit-backend.herokuapp.com/api/post/downvote/1","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/post/downvote/:id\">https://readit-backend.herokuapp.com/api/post/downvote/:id</a></p>\n","urlObject":{"protocol":"https","path":["api","post","downvote","1"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"ad6de478-cd73-4479-9f8e-403effe5bb75","name":"https://readit-backend.herokuapp.com/api/post/downvote/:id","originalRequest":{"method":"PUT","header":[],"url":"https://readit-backend.herokuapp.com/api/post/downvote/1"},"status":"Created","code":201,"_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":"24"},{"key":"Etag","value":"W/\"18-1eNMioMqvuQa6kQc8F7L0dA8fUI\""},{"key":"Date","value":"Mon, 01 Feb 2021 23:54:38 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"like downvoted\"\n}"}],"_postman_id":"815d8688-1548-43f2-b06b-8bb8bf788145"},{"name":" Create a new post","id":"5c0a91fe-b8a2-4d5a-a71b-cb405a548714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"whats up\",\r\n    \"body\": \"How are you\",\r\n    \"user_id\": 4,\r\n    \"subreadit_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://readit-backend.herokuapp.com/api/post","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/post\">https://readit-backend.herokuapp.com/api/post</a></p>\n<p>Token is required</p>\n<p>Required fields:\ntitle, body, user_id, subreadit_id</p>\n","urlObject":{"protocol":"https","path":["api","post"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c17099b6-b1a4-4800-9e63-e74d01f191e5","name":"Post","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://readit-backend.herokuapp.com/api/post/6"},"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":"17"},{"key":"Etag","value":"W/\"11-2e/ARszWAWX9ZGs1FakyRljn9J8\""},{"key":"Date","value":"Mon, 08 Feb 2021 14:56:00 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"deleted\"\n}"},{"id":"fe5a1fe1-daac-4072-bba1-5dfcb621eadf","name":"Post","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"whats up\",\r\n    \"body\": \"How are you\",\r\n    \"user_id\": 4,\r\n    \"subreadit_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://readit-backend.herokuapp.com/api/post/"},"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":"133"},{"key":"Etag","value":"W/\"85-6v8bPP7zs+LaUoAuYAK0UvFotUY\""},{"key":"Date","value":"Mon, 08 Feb 2021 14:52:11 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"title\": \"whats up\",\n    \"body\": \"How are you\",\n    \"likes\": 0,\n    \"user_id\": 4,\n    \"subreadit_id\": 1,\n    \"username\": \"test\",\n    \"subreadit\": \"Introductions\"\n}"}],"_postman_id":"5c0a91fe-b8a2-4d5a-a71b-cb405a548714"},{"name":"Delete a post","id":"a64151e4-706d-4fe1-8d5e-de574aaf9464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/post/7","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/post/:id\">https://readit-backend.herokuapp.com/api/post/:id</a></p>\n<p>Token is required</p>\n","urlObject":{"protocol":"https","path":["api","post","7"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"2c0f9412-a184-4b93-87bd-875681e8ba78","name":"delete","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/post/7"},"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":"17"},{"key":"Etag","value":"W/\"11-2e/ARszWAWX9ZGs1FakyRljn9J8\""},{"key":"Date","value":"Mon, 08 Feb 2021 14:58:25 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"deleted\"\n}"}],"_postman_id":"a64151e4-706d-4fe1-8d5e-de574aaf9464"},{"name":"Get all users","id":"fa59ee82-7408-4a42-a3ef-243f32f89170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/user","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/user\">https://readit-backend.herokuapp.com/api/user</a></p>\n<p>token required</p>\n","urlObject":{"protocol":"https","path":["api","user"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"85e6681e-4382-4c81-87e3-47983c2723c9","name":"Get all users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/user"},"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":"248"},{"key":"Etag","value":"W/\"f8-SRWnoPXCJ8x8J+FtYZKsiqO25nE\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:04:02 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"username\": \"Frodo\",\n        \"password\": \"Baggins\"\n    },\n    {\n        \"id\": 2,\n        \"username\": \"Luke\",\n        \"password\": \"Skywalker\"\n    },\n    {\n        \"id\": 3,\n        \"username\": \"Darth\",\n        \"password\": \"Vader\"\n    },\n    {\n        \"id\": 4,\n        \"username\": \"test\",\n        \"password\": \"$2a$08$p9ebwVUWUdOpD.QmnDF5OusbWLnFdacrWSUL3HLWb5mTnM8L50oZq\"\n    }\n]"}],"_postman_id":"fa59ee82-7408-4a42-a3ef-243f32f89170"},{"name":"Get all comments","id":"52abbe0b-e81a-4760-95b7-1088a7ea18a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/api/comment","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/comment\">https://readit-backend.herokuapp.com/api/comment</a></p>\n","urlObject":{"protocol":"https","path":["api","comment"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"adc0edf7-6f7b-4b46-b9af-5b624e264dc0","name":"Get all comments","originalRequest":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/api/comment"},"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":"316"},{"key":"Etag","value":"W/\"13c-GDyGjoGcpBOVtq+Zw6aa3LFx9fw\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:06:31 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"body\": \"Hi Frodo!\",\n        \"likes\": 0,\n        \"user_id\": 2,\n        \"post_id\": 1,\n        \"username\": \"Luke\"\n    },\n    {\n        \"id\": 2,\n        \"body\": \"Hi Luke!\",\n        \"likes\": 0,\n        \"user_id\": 1,\n        \"post_id\": 2,\n        \"username\": \"Frodo\"\n    },\n    {\n        \"id\": 3,\n        \"body\": \"Me too!\",\n        \"likes\": 0,\n        \"user_id\": 2,\n        \"post_id\": 3,\n        \"username\": \"Luke\"\n    },\n    {\n        \"id\": 4,\n        \"body\": \"Nice!\",\n        \"likes\": 0,\n        \"user_id\": 1,\n        \"post_id\": 3,\n        \"username\": \"Frodo\"\n    }\n]"}],"_postman_id":"52abbe0b-e81a-4760-95b7-1088a7ea18a4"},{"name":"Get comments by Id","id":"4d80350a-167e-4d6b-a5ac-4dd003919bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/api/comment/1","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/comment/:id\">https://readit-backend.herokuapp.com/api/comment/:id</a></p>\n","urlObject":{"protocol":"https","path":["api","comment","1"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"7ae73389-4210-4c2d-aad8-ab9e13bdc134","name":"Get comments by Id","originalRequest":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/api/comment/1"},"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":"81"},{"key":"Etag","value":"W/\"51-kZL4yuYXBQ5eR5yPea0ZJIi+jG4\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:07:29 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"body\": \"Hi Frodo!\",\n        \"likes\": 0,\n        \"user_id\": 2,\n        \"post_id\": 1,\n        \"username\": \"Luke\"\n    }\n]"}],"_postman_id":"4d80350a-167e-4d6b-a5ac-4dd003919bfe"},{"name":"Post a comment","id":"40f3242e-9d27-4d36-818a-f7153332e8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"body\": \"How are you\",\r\n    \"user_id\": 4,\r\n    \"post_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://readit-backend.herokuapp.com/api/comment/","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/comment/\">https://readit-backend.herokuapp.com/api/comment/</a></p>\n<p>Token is required</p>\n<p>required fields:\nbody, user_id, post_id</p>\n","urlObject":{"protocol":"https","path":["api","comment",""],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"d6a2cd89-7220-43ee-9f9f-2c54c8f3418f","name":"Post a comment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"body\": \"How are you\",\r\n    \"user_id\": 4,\r\n    \"post_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://readit-backend.herokuapp.com/api/comment/"},"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":"163"},{"key":"Etag","value":"W/\"a3-TWlQNwY8M62Jd+N6II6FuuhaRQM\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:15:45 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"body\": \"Hi Frodo!\",\n        \"likes\": 0,\n        \"user_id\": 2,\n        \"post_id\": 1,\n        \"username\": \"Luke\"\n    },\n    {\n        \"id\": 5,\n        \"body\": \"How are you\",\n        \"likes\": 0,\n        \"user_id\": 4,\n        \"post_id\": 1,\n        \"username\": \"test\"\n    }\n]"}],"_postman_id":"40f3242e-9d27-4d36-818a-f7153332e8c6"},{"name":"Upvote a comment","id":"af5b62bd-8f88-42d3-ac8f-535431314c77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/comment/upvote/1","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/comment/upvote/:id\">https://readit-backend.herokuapp.com/api/comment/upvote/:id</a></p>\n<p>token is required</p>\n","urlObject":{"protocol":"https","path":["api","comment","upvote","1"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"38d37c6a-3aed-4f54-bb1d-66ac318bb07f","name":"Upvote a comment","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/comment/upvote/1"},"status":"Created","code":201,"_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":"30"},{"key":"Etag","value":"W/\"1e-UDdRvDQt3w+RWDPvrCOhlebjvtw\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:23:37 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successfully upvoted\"\n}"}],"_postman_id":"af5b62bd-8f88-42d3-ac8f-535431314c77"},{"name":"Downvote a comment","id":"f66bae60-2b13-45a5-9295-650a726df0f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/comment/downvote/1","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/comment/downvote/:id\">https://readit-backend.herokuapp.com/api/comment/downvote/:id</a></p>\n<p>Token is required</p>\n<p>required field:\nid of the comment</p>\n","urlObject":{"protocol":"https","path":["api","comment","downvote","1"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"1e7d89bf-5754-4c08-a6f0-040c8ab0fd56","name":"Downvote a comment","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/comment/downvote/1"},"status":"Created","code":201,"_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":"32"},{"key":"Etag","value":"W/\"20-+SmwTxxp0hy3os/Ko2z4S9BCt+0\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:26:52 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successfully downvoted\"\n}"}],"_postman_id":"f66bae60-2b13-45a5-9295-650a726df0f2"},{"name":"Delete a comment","id":"27de7951-058d-4c52-8179-9b1d288e6faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/comment/5","description":"<p><a href=\"https://readit-backend.herokuapp.com/api/comment/:id\">https://readit-backend.herokuapp.com/api/comment/:id</a></p>\n<p>Token is required</p>\n<p>required field:\ncomment id</p>\n","urlObject":{"protocol":"https","path":["api","comment","5"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c39e7ac8-f640-4724-9b2d-ffefb099d0a3","name":"Delete a comment","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"url":"https://readit-backend.herokuapp.com/api/comment/5"},"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":"17"},{"key":"Etag","value":"W/\"11-2e/ARszWAWX9ZGs1FakyRljn9J8\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:29:08 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"deleted\"\n}"}],"_postman_id":"27de7951-058d-4c52-8179-9b1d288e6faa"},{"name":"Get all subreadits","id":"6cc4751a-c2ef-431d-aa65-dac9c07740eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/r","description":"<p><a href=\"https://readit-backend.herokuapp.com/r/\">https://readit-backend.herokuapp.com/r/</a></p>\n","urlObject":{"protocol":"https","path":["r"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3380bddf-ad31-44e4-b94f-04b34313815d","name":"Get all subreadits","originalRequest":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/r"},"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":"105"},{"key":"Etag","value":"W/\"69-AuU3P5vRw+pXT7rWxEEEk1Knnv4\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:31:55 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Introductions\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"hobbies\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"movies\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"tv\"\n    }\n]"}],"_postman_id":"6cc4751a-c2ef-431d-aa65-dac9c07740eb"},{"name":"Find all posts of subreadit","id":"7922b0ee-30f4-4035-8cbd-e7264728c837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/r/hobbies","description":"<p><a href=\"https://readit-backend.herokuapp.com/r/:id\">https://readit-backend.herokuapp.com/r/:id</a></p>\n<p>required fields:\nid: name of subreadit</p>\n","urlObject":{"protocol":"https","path":["r","hobbies"],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4119be14-0ac7-4ef9-9af0-1a636cf54027","name":"Find all posts of subreadit","originalRequest":{"method":"GET","header":[],"url":"https://readit-backend.herokuapp.com/r/hobbies"},"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":"158"},{"key":"Etag","value":"W/\"9e-faW/KyMShxPkOKG0IkD3n9s/lTs\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:37:17 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"title\": \"what do you do for fun\",\n        \"body\": \"Me, I like to go on adventures\",\n        \"likes\": 0,\n        \"user_id\": 1,\n        \"subreadit_id\": 2,\n        \"name\": \"hobbies\",\n        \"username\": \"Frodo\"\n    }\n]"}],"_postman_id":"7922b0ee-30f4-4035-8cbd-e7264728c837"},{"name":"Create a new subreadit","id":"fbcac3ea-0ecb-4801-8c5f-a893cdca4177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://readit-backend.herokuapp.com/r/","description":"<p><a href=\"https://readit-backend.herokuapp.com/r/\">https://readit-backend.herokuapp.com/r/</a></p>\n<p>Token is required</p>\n<p>Field required:\nname = name of new subreadit</p>\n","urlObject":{"protocol":"https","path":["r",""],"host":["readit-backend","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"1689fd3e-a783-4343-9552-93bd2c24db57","name":"Create a new subreadit","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"\teyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRlc3QiLCJpYXQiOjE2MTI3OTU3OTZ9.Pg1XiLJ0OpFcXp-mr4tOlktKMUx6gKYwxdkweySblH8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://readit-backend.herokuapp.com/r/"},"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":"128"},{"key":"Etag","value":"W/\"80-lzoCT14VLqVUhOwXo0xJu9N/H1Q\""},{"key":"Date","value":"Mon, 08 Feb 2021 15:43:16 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Introductions\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"hobbies\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"movies\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"tv\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"test\"\n    }\n]"}],"_postman_id":"fbcac3ea-0ecb-4801-8c5f-a893cdca4177"}]}