{"info":{"_postman_id":"1eb86b00-a1ce-4015-8b38-a29558e2fb9c","name":"movierama api v2","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1551953","collectionId":"1eb86b00-a1ce-4015-8b38-a29558e2fb9c","publishedId":"2s9Y5cufro","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-02T21:43:49.000Z"},"item":[{"name":"Create user","id":"92755dcd-1148-41ab-a02c-ea31210b7495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"theo@prisma.io\",\n    \"name\": \"Theo\",\n    \"password\": \"test123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/register","urlObject":{"protocol":"http","port":"3000","path":["api","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"71d28943-a5b7-4bd9-9229-cd414eb4c068","name":"Successful request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"theo@prisma.io\",\n    \"name\": \"Theo\",\n    \"password\": \"test123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Sat, 02 Sep 2023 23:04:33 GMT"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 7,\n        \"name\": \"Theo\",\n        \"email\": \"theo@prisma.io\"\n    }\n}"},{"id":"dbb3abb5-32b1-45ea-9d6f-5d83e3e1d6ee","name":"Error case 1 - Validation issues","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"theo\",\n    \"name\": \"Th\",\n    \"password\": \"test1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Sat, 02 Sep 2023 23:05:35 GMT"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        {\n            \"code\": \"too_small\",\n            \"minimum\": 3,\n            \"type\": \"string\",\n            \"inclusive\": true,\n            \"exact\": false,\n            \"message\": \"String must contain at least 3 character(s)\",\n            \"path\": [\n                \"name\"\n            ]\n        },\n        {\n            \"validation\": \"email\",\n            \"code\": \"invalid_string\",\n            \"message\": \"Invalid email\",\n            \"path\": [\n                \"email\"\n            ]\n        },\n        {\n            \"code\": \"too_small\",\n            \"minimum\": 6,\n            \"type\": \"string\",\n            \"inclusive\": true,\n            \"exact\": false,\n            \"message\": \"String must contain at least 6 character(s)\",\n            \"path\": [\n                \"password\"\n            ]\n        }\n    ]\n}"},{"id":"ad45948b-710d-4bd1-b983-def63c5b1854","name":"Error case 2 - User already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"pan@prisma.io\",\n    \"name\": \"Panos\",\n    \"password\": \"test123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Sat, 02 Sep 2023 23:48:50 GMT"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User already exists\"\n}"}],"_postman_id":"92755dcd-1148-41ab-a02c-ea31210b7495"},{"name":"Create post","id":"7d30f03f-ca49-4a2b-bb9e-be7d86cf4283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"test post 6\",\n    \"title\": \"post 6\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/posts","description":"<p><strong>Note</strong>: In order to get the cookie, login with a user and copy and paste the cookie header from the browser's console</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"84916aa0-3af5-4288-9720-4aa08cafe576","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"next-auth.csrf-token=075f71ec7ca0978e02248ab107eca65bbade97060cb01f5ad41460866d5141b0%7Cfd4da3b114b4c0ad7308911a52f0d7599417f47cb83d855f0b5db3dc9da6a00e; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..zFov6wNkuwtOxeiE.fED2ukld0PeFl_Nuyv09f9A9qSBdk6u9uZRlRuNRrvbYBkQ0XKb5ydXSWDepzYRgtEty8hGRDxOS2d-331PYdg88FzFAwiWDtOhSoX2tO7i2DY_Naq5FsYYq-2vhJNMKSzVm_dY-ST5H_nSpd6-jwfjmpe5Dccs9YSLf4GmMKZGOL1PY2RqDYj8C.Mfit9K7t5jz163V7_2l_SA","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"test post 16\",\n    \"title\": \"po111\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Tue, 05 Sep 2023 08:35:22 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"post\": {\n        \"id\": 55,\n        \"title\": \"po111\",\n        \"content\": \"test post 16\",\n        \"authorId\": 51,\n        \"createdAt\": \"2023-09-05T08:35:22.236Z\",\n        \"numberOfLikes\": 0,\n        \"numberOfDislikes\": 0\n    }\n}"},{"id":"7a972902-114c-4bda-b90b-39b6b7881ea9","name":"Error case 1 - No Cookie header provided","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"test post 3\",\n    \"title\": \"post 3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/posts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"date","value":"Sat, 02 Sep 2023 21:47:53 GMT"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You are unauthorized\"\n}"},{"id":"f0a21f89-77a9-4754-b569-576666cd36f8","name":"Error case 2 - Existing post (same title)","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"test post 6\",\n    \"title\": \"post 6\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/posts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:19:30 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"There is already a post with this title\"\n}"}],"_postman_id":"7d30f03f-ca49-4a2b-bb9e-be7d86cf4283"},{"name":"Get all posts","id":"d6b88fce-c6fd-4285-8d21-a95e20fbe120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/posts?sortBy=numberOfDislikes&sortOrder=desc","description":"<p>Get all posts with query params sortBy (numberOfLikes, numberOfDislikes, createdAt)</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","posts"],"host":["localhost"],"query":[{"key":"sortBy","value":"numberOfDislikes"},{"key":"sortOrder","value":"desc"}],"variable":[]}},"response":[{"id":"c31d6437-b557-4c6d-b73c-333aaf1b12bc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/posts?sortBy=numberOfDislikes&sortOrder=desc","protocol":"http","host":["localhost"],"port":"3000","path":["api","posts"],"query":[{"key":"sortBy","value":"numberOfDislikes"},{"key":"sortOrder","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 04 Sep 2023 16:14:32 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posts\": [\n        {\n            \"id\": 42,\n            \"title\": \"Movie 2\",\n            \"content\": \"test movie 2\",\n            \"authorId\": 51,\n            \"createdAt\": \"2023-09-04T15:45:17.889Z\",\n            \"numberOfLikes\": 0,\n            \"numberOfDislikes\": 0,\n            \"votes\": [],\n            \"author\": {\n                \"name\": \"Theo\"\n            }\n        },\n        {\n            \"id\": 43,\n            \"title\": \"movie 3\",\n            \"content\": \"test post 3\",\n            \"authorId\": 53,\n            \"createdAt\": \"2023-09-04T16:03:06.890Z\",\n            \"numberOfLikes\": 0,\n            \"numberOfDislikes\": 0,\n            \"votes\": [],\n            \"author\": {\n                \"name\": \"John\"\n            }\n        },\n        {\n            \"id\": 41,\n            \"title\": \"movie 1\",\n            \"content\": \"test movie 1\",\n            \"authorId\": 51,\n            \"createdAt\": \"2023-09-04T15:45:06.245Z\",\n            \"numberOfLikes\": 2,\n            \"numberOfDislikes\": 0,\n            \"votes\": [\n                {\n                    \"postId\": 41,\n                    \"userId\": 52,\n                    \"value\": 1\n                },\n                {\n                    \"postId\": 41,\n                    \"userId\": 53,\n                    \"value\": 1\n                }\n            ],\n            \"author\": {\n                \"name\": \"Theo\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d6b88fce-c6fd-4285-8d21-a95e20fbe120"},{"name":"Dislike post","id":"da7a18f2-d1b7-47bc-8897-ce0d54a25dab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/15/dislike","urlObject":{"protocol":"http","port":"3000","path":["api","posts","15","dislike"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"709bdbb5-af0f-48e4-9aa5-19d1db61256a","name":"Successful request","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/15/dislike"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:33:39 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"thanks for voting!\"\n}"},{"id":"4407fc4a-48aa-49b1-8a21-adb0e5540ad9","name":"Error case 1 - Not a valid user in cookie","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..5ci1uZVoepNmRjgd.IqLJRC27VANu35evz8dCJjxEpGmZ_prVSKbefmeLmbOEkVy7vcJFPW384UJZhBuAIsmNkzvHv6dtiwGy6CnxWz6ctbUpTKRvrHAaDj078FbeE0nFuhCUJnDJE_SeEo7Aj0jCq1u1ZI7y1BZZKww77ktIkikv0Icf1TXpELj4iV2tRjFCyhHvwHj7zg.ptHTAw2_xeSbdGRbYfXkBQ","type":"text"}],"url":"http://localhost:3000/api/posts/1/dislike"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:23:47 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No valid user found\"\n}"},{"id":"4a5466e6-d979-474f-a109-009557eca22f","name":"Error case 2 - Users cannot vote for the posts they have submitted","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/1/dislike"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:24:46 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Users cannot vote for the posts they have submitted\"\n}"},{"id":"312c351f-1259-489c-9ce2-d261782279cb","name":"Error case 3 - A user has already disliked this post","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/2/dislike"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:29:09 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You have already disliked this post!\"\n}"},{"id":"b6cb0978-2242-4a59-934d-3eb0964cec81","name":"Error case 4 - No post found with the specific id","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/5/dislike"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:32:37 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No post found with id: 5\"\n}"}],"_postman_id":"da7a18f2-d1b7-47bc-8897-ce0d54a25dab"},{"name":"Like post","id":"fd00699c-bb71-4ff3-a419-1705af083a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..5ci1uZVoepNmRjgd.IqLJRC27VANu35evz8dCJjxEpGmZ_prVSKbefmeLmbOEkVy7vcJFPW384UJZhBuAIsmNkzvHv6dtiwGy6CnxWz6ctbUpTKRvrHAaDj078FbeE0nFuhCUJnDJE_SeEo7Aj0jCq1u1ZI7y1BZZKww77ktIkikv0Icf1TXpELj4iV2tRjFCyhHvwHj7zg.ptHTAw2_xeSbdGRbYfXkBQ","type":"text"}],"url":"http://localhost:3000/api/posts/1/like","urlObject":{"protocol":"http","port":"3000","path":["api","posts","1","like"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7aa7bf27-c8bf-43e2-ba24-434a1ffdf89b","name":"Successful request","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/15/like"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 23:08:32 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"thanks for voting!\"\n}"},{"id":"cc0371b9-4f9e-4d31-8fc6-8f1bc7e2b27e","name":"Error case 1 - Users cannot vote for the posts they have submitted","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/1/like"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:49:36 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Users cannot vote for the posts they have submitted\"\n}"},{"id":"a4931126-c0d4-4323-80ec-dde1c2a21ad3","name":"Error case 2 - A user has already liked this post","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/20/like"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:51:40 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You have already liked this post!\"\n}"},{"id":"97f55d27-58e5-4b25-93c9-8d70bb04b95d","name":"Error case 3 - No post found with the specific id","originalRequest":{"method":"PUT","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/posts/20/like"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 02 Sep 2023 22:54:51 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No post found with id: 20\"\n}"}],"_postman_id":"fd00699c-bb71-4ff3-a419-1705af083a17"},{"name":"Get posts by user","id":"f239460f-2d4d-4315-aaf6-1454af99b37c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":"http://localhost:3000/api/users/51/posts?sortBy=numberOfLikes&sortOrder=asc","urlObject":{"protocol":"http","port":"3000","path":["api","users","51","posts"],"host":["localhost"],"query":[{"key":"sortBy","value":"numberOfLikes"},{"key":"sortOrder","value":"asc"}],"variable":[]}},"response":[{"id":"e6db7e16-1a67-4319-abcd-1a35811fbc03","name":"Succesfful request","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":{"raw":"http://localhost:3000/api/users/51/posts?sortBy=numberOfLikes&sortOrder=asc","protocol":"http","host":["localhost"],"port":"3000","path":["api","users","51","posts"],"query":[{"key":"sortBy","value":"numberOfLikes"},{"key":"sortOrder","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Mon, 04 Sep 2023 16:17:20 GMT"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posts\": [\n        {\n            \"id\": 42,\n            \"title\": \"Movie 2\",\n            \"content\": \"test movie 2\",\n            \"authorId\": 51,\n            \"createdAt\": \"2023-09-04T15:45:17.889Z\",\n            \"numberOfLikes\": 0,\n            \"numberOfDislikes\": 0,\n            \"votes\": [],\n            \"author\": {\n                \"name\": \"Theo\"\n            }\n        },\n        {\n            \"id\": 41,\n            \"title\": \"movie 1\",\n            \"content\": \"test movie 1\",\n            \"authorId\": 51,\n            \"createdAt\": \"2023-09-04T15:45:06.245Z\",\n            \"numberOfLikes\": 2,\n            \"numberOfDislikes\": 0,\n            \"votes\": [\n                {\n                    \"postId\": 41,\n                    \"userId\": 52,\n                    \"value\": 1\n                },\n                {\n                    \"postId\": 41,\n                    \"userId\": 53,\n                    \"value\": 1\n                }\n            ],\n            \"author\": {\n                \"name\": \"Theo\"\n            }\n        }\n    ]\n}"},{"id":"11e58666-b17a-4ded-be2c-da0cc3775935","name":"Error case 1 - No user found","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"next-auth.csrf-token=ce6b1b6023ed5b62651749fea39c69730e50c91501547371bef39969d3ecc29f%7C098c82349dc7a7fcba2dd07af05569672259ece5c72e141396c241f4a4287179; next-auth.callback-url=http%3A%2F%2Flocalhost%3A3000%2F; next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..EBa7OSOOIDVyeMJC.G4d8oQmx9FcOJfGGa6944V6f3rNuRosgr8g_18xsQKgADWL4VSoQBQNKmOhVxlIrwlSai7Azgo-8SjPVCTIA3MR0Ad6fSAWVo46riLTvVj09M99YMejUGl1eB89fVwA9Zh0lqXcs2fGHbNbBybrZ5gck0TwRO7m6H8IqpLmnCIaVgdfFqtyHDw.P1LPsz6A8D1TELr37xiYtw","type":"text"}],"url":{"raw":"http://localhost:3000/api/users/20/posts?sortBy=numberOfLikes&sortOrder=asc","protocol":"http","host":["localhost"],"port":"3000","path":["api","users","20","posts"],"query":[{"key":"sortBy","value":"numberOfLikes"},{"key":"sortOrder","value":"asc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Sun, 03 Sep 2023 08:11:42 GMT"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No valid user found\"\n}"}],"_postman_id":"f239460f-2d4d-4315-aaf6-1454af99b37c"},{"name":"Get post by id","id":"1d5c75bc-d4a1-4fd0-bae5-9575c061811b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/posts/41","urlObject":{"protocol":"http","port":"3000","path":["api","posts","41"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec6e1346-11c6-4b9c-8383-d22c4dfdedd5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/posts/41"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Tue, 05 Sep 2023 08:53:48 GMT"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"content-type","value":"application/json"},{"key":"content-encoding","value":"gzip"},{"key":"connection","value":"close"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"post\": {\n        \"id\": 41,\n        \"title\": \"movie 1\",\n        \"content\": \"test movie 1\",\n        \"authorId\": 51,\n        \"createdAt\": \"2023-09-04T15:45:06.245Z\",\n        \"numberOfLikes\": 2,\n        \"numberOfDislikes\": 0\n    }\n}"}],"_postman_id":"1d5c75bc-d4a1-4fd0-bae5-9575c061811b"}]}