{"info":{"_postman_id":"c815d5fe-5c63-40cb-9ffa-98724f56a2fe","name":"IPROG2","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4793879","collectionId":"c815d5fe-5c63-40cb-9ffa-98724f56a2fe","publishedId":"2s84DrR2RK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-23T01:35:18.000Z"},"item":[{"name":"Register user","id":"53f8e49a-5a5f-4f1f-a788-858d52aeccfc","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"disableUrlEncoding":false},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"first_name\": \"first11\", \"last_name\": \"last11\", \"password\": \"1234abc11\", \"email\": \"test11@test.com\", \"bio\": \"bio11\"}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/api/auth/register","urlObject":{"protocol":"https","port":"8080","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"afb8a870-7691-4c97-ba30-a0210c10cfd0","name":"Register user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"first_name\": \"first11\", \"last_name\": \"last11\", \"password\": \"1234abc11\", \"email\": \"test11@test.com\", \"bio\": \"bio11\"}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY0NTY5ZDIwYTkzMjRjNmM3NjgyZjM4ZSIsImVtYWlsIjoidGVzdDExQHRlc3QuY29tIiwiaWF0IjoxNjgzMzk3OTIwLCJleHAiOjE2ODM0MDc5MjB9.lgwforHNjZEQlilT1W3VBr-5qUwdX6TZuazK0lAEjCg; Max-Age=20000; Path=/; Expires=Sun, 07 May 2023 00:05:20 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"251"},{"key":"ETag","value":"W/\"fb-NI25CwTVieMAmVKh+/pwEvvTvLs\""},{"key":"Date","value":"Sat, 06 May 2023 18:32:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User created.\",\n    \"user\": {\n        \"first_name\": \"first11\",\n        \"last_name\": \"last11\",\n        \"email\": \"test11@test.com\",\n        \"password\": \"$2a$09$kr2.ClNsPgtVKjSt2PagSe4kc7XMUt2VfT4PRThZDVLMPL4byU2pW\",\n        \"bio\": \"bio11\",\n        \"pub_visits\": [],\n        \"_id\": \"64569d20a9324c6c7682f38e\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"53f8e49a-5a5f-4f1f-a788-858d52aeccfc"},{"name":"Login registered user","id":"387dfed1-adb9-40bf-be13-88f0918d39ab","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"disableUrlEncoding":false},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"test11@test.com\", \"password\": \"1234abc11\"}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/api/auth/login","urlObject":{"protocol":"https","port":"8080","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"84d07126-c5f6-461b-97f8-fe65a433e374","name":"Login registered user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"test11@test.com\", \"password\": \"1234abc11\"}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY0NTY5ZDIwYTkzMjRjNmM3NjgyZjM4ZSIsImVtYWlsIjoidGVzdDExQHRlc3QuY29tIiwiaWF0IjoxNjgzMzk3OTU0LCJleHAiOjE2ODM0MDc5NTR9.HCCs9B_43Wdy97bZDPcUImXh9iauXiEqszpWaFPNypc; Max-Age=20000; Path=/; Expires=Sun, 07 May 2023 00:05:54 GMT; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"248"},{"key":"ETag","value":"W/\"f8-5vd6Y02GC3hVGivy2Raw+SW7/zo\""},{"key":"Date","value":"Sat, 06 May 2023 18:32:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Logged in.\",\n    \"user\": {\n        \"_id\": \"64569d20a9324c6c7682f38e\",\n        \"first_name\": \"first11\",\n        \"last_name\": \"last11\",\n        \"email\": \"test11@test.com\",\n        \"password\": \"$2a$09$kr2.ClNsPgtVKjSt2PagSe4kc7XMUt2VfT4PRThZDVLMPL4byU2pW\",\n        \"bio\": \"bio11\",\n        \"pub_visits\": [],\n        \"__v\": 0\n    }\n}"},{"id":"878cbcd6-3d15-45ad-b3b5-676de63caee4","name":"Login failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"test1@test.com\", \"password\": \"1434abc1\"}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/api/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-G55XJim4Tzk3RMVAf5pUqSDycxE\""},{"key":"Date","value":"Sun, 23 Oct 2022 20:52:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Login failed.\"\n}"}],"_postman_id":"387dfed1-adb9-40bf-be13-88f0918d39ab"},{"name":"Profile as logged-in user","id":"ec53d7cb-97bd-4409-92d8-fcd3a968c1e5","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"disableUrlEncoding":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/profile","description":"<p>Not sure if this one is necessary to use.</p>\n","urlObject":{"protocol":"https","port":"8080","path":["profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"00edcbb8-c4ff-4755-b9b3-60c10cc94964","name":"Profile as logged-in user","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/profile"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-/zJuDEKXv+u5cSE+4RzRl6Qs45g\""},{"key":"Date","value":"Sat, 22 Oct 2022 18:32:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Logged-in user route."}],"_postman_id":"ec53d7cb-97bd-4409-92d8-fcd3a968c1e5"},{"name":"Insert pub visit as logged-in user","id":"7ece54dc-b870-48bb-b221-f332a3db8026","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"disableUrlEncoding":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"user_id\": \"64569d20a9324c6c7682f38e\", \"pubName\": \"Casino Royale2\", \"visitDate\": \"2023-05-05\", \"review\": 7, \"comment\": \"Comment about pub.\" }","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/api/pub_visits","urlObject":{"protocol":"https","port":"8080","path":["api","pub_visits"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"82e159fd-6c8d-4583-80f1-3b8e3e5d85b5","name":"Insert pub visit as logged-in user","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"user_id\": \"64569d20a9324c6c7682f38e\", \"pubName\": \"Casino Royale2\", \"visitDate\": \"2023-05-05\", \"review\": 7, \"comment\": \"Comment about pub.\" }","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/api/pub_visits"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"162"},{"key":"ETag","value":"W/\"a2-Mm8vdKQeAbNGzhIn6c+VEABe+mU\""},{"key":"Date","value":"Sat, 06 May 2023 19:02:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Pub visit added.\",\n    \"addedPubVisit\": {\n        \"pubName\": \"Casino Royale2\",\n        \"visitDateObject\": \"2023-05-05T00:00:00.000Z\",\n        \"review\": 7,\n        \"comment\": \"Comment about pub.\"\n    }\n}"}],"_postman_id":"7ece54dc-b870-48bb-b221-f332a3db8026"},{"name":"Logout a logged-in user","id":"ba0304e9-d256-4c58-a0dd-b578108c462c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"disableUrlEncoding":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/api/auth/logout","urlObject":{"protocol":"https","port":"8080","path":["api","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"01234b06-809d-4105-baae-723e3d9acc06","name":"Logout a logged in user","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8080/logout"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Cache-Control","value":"public, max-age=0"},{"key":"Last-Modified","value":"Tue, 18 Oct 2022 18:20:31 GMT"},{"key":"ETag","value":"W/\"154-183ec5364b5\""},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"340"},{"key":"Date","value":"Sat, 22 Oct 2022 18:32:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n        <title>IPROG 2</title>\n    </head>\n    <body>\n        <div id=\"app\"></div>\n        <script src=\"main.bundle.js\"></script>\n    </body>\n</html>"}],"_postman_id":"ba0304e9-d256-4c58-a0dd-b578108c462c"},{"name":"All pub visits","id":"801a5e99-d3dd-4a84-8d8f-c2db07aa00cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://localhost:8080/api/pub_visits","description":"<p>All pub visits for all users.</p>\n","urlObject":{"protocol":"https","port":"8080","path":["api","pub_visits"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c1563a1c-9aca-408e-af35-fe5b8933de00","name":"All pub visits","originalRequest":{"method":"GET","header":[],"url":"https://localhost:8080/api/pub_visits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"989"},{"key":"ETag","value":"W/\"3dd-lgE7HVFWi2J94cbnCe7IRQY2zxM\""},{"key":"Date","value":"Sat, 06 May 2023 19:21:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6355978e550180f9643da0a2\",\n        \"pub_visits\": []\n    },\n    {\n        \"_id\": \"63567e12571e916856d7a948\",\n        \"pub_visits\": []\n    },\n    {\n        \"_id\": \"6356902543e52f8c0ac8645d\",\n        \"pub_visits\": []\n    },\n    {\n        \"_id\": \"635ba9564669f8caca068f22\",\n        \"pub_visits\": []\n    },\n    {\n        \"_id\": \"64355e11c3a3207b170928df\",\n        \"pub_visits\": []\n    },\n    {\n        \"_id\": \"64569d20a9324c6c7682f38e\",\n        \"pub_visits\": [\n            {\n                \"pubName\": \"Casino Royale\",\n                \"visitDateObject\": \"2023-05-06T00:00:00.000Z\",\n                \"review\": 5,\n                \"comment\": \"Comment about pub.\"\n            },\n            {\n                \"pubName\": \"Casino Royale2\",\n                \"visitDateObject\": \"2023-05-05T00:00:00.000Z\",\n                \"review\": 7,\n                \"comment\": \"Comment about pub.\"\n            }\n        ]\n    }\n]"}],"_postman_id":"801a5e99-d3dd-4a84-8d8f-c2db07aa00cc"},{"name":"Pub visits for user","id":"d3de9265-ac7c-4016-9393-1808adbeff96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://localhost:8080/api/pub_visits/64569d20a9324c6c7682f38e","description":"<p>To get (50) pub visits for a user with id 64355e11c3a3207b170928df, make a get request to /api/pub_visits/64355e11c3a3207b170928df.</p>\n","urlObject":{"protocol":"https","port":"8080","path":["api","pub_visits","64569d20a9324c6c7682f38e"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aee62d9d-fcf4-4a85-a97d-0fa4b227eed4","name":"Pub visits for user","originalRequest":{"method":"GET","header":[],"url":"https://localhost:8080/api/pub_visits/64569d20a9324c6c7682f38e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"282"},{"key":"ETag","value":"W/\"11a-okfG62BQJW/1zs2OaKgOgc+dN+4\""},{"key":"Date","value":"Sat, 06 May 2023 19:02:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"64569d20a9324c6c7682f38e\",\n        \"pub_visits\": [\n            {\n                \"pubName\": \"Casino Royale\",\n                \"visitDateObject\": \"2023-05-06T00:00:00.000Z\",\n                \"review\": 5,\n                \"comment\": \"Comment about pub.\"\n            },\n            {\n                \"pubName\": \"Casino Royale2\",\n                \"visitDateObject\": \"2023-05-05T00:00:00.000Z\",\n                \"review\": 7,\n                \"comment\": \"Comment about pub.\"\n            }\n        ]\n    }\n]"}],"_postman_id":"d3de9265-ac7c-4016-9393-1808adbeff96"}]}