{"info":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","description":"<html><head></head><body><p>Project 7 of the OC formation | Build a social network</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authentication with JWT (JSON Web Token)</p>\n<h1 id=\"features\">Features</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* User can register, log in and unsubscribe\n* Users can Create, Read, Update and Delete posts and comments (CRUD)\n* Like system for the posts and the comments\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Features","slug":"features"}],"owner":"19793435","collectionId":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","publishedId":"UzBmM7C3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-19T16:10:06.000Z"},"item":[{"name":"Users","item":[{"name":"Afficher tous les utilisateurs","id":"2fc1d859-0784-4fb9-8de3-960b8d89ad46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/api/user","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","user"],"host":["http://localhost:3003"],"query":[],"variable":[]}},"response":[{"id":"bc101d11-3b64-432a-bebe-efed71f81287","name":"Afficher tous les utilisateurs","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3003/api/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1230"},{"key":"ETag","value":"W/\"4ce-rztkW2hrU5UuGyUz9ViYspkfAX0\""},{"key":"Date","value":"Sun, 19 Jun 2022 15:31:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userId\": 1,\n        \"firstname\": \"john\",\n        \"lastname\": \"Doe\",\n        \"email\": \"johnDoe@hotmail.fr\",\n        \"imgUser\": \"http://localhost:3003/images/default_picture/nobodyface.png\"\n    },\n    {\n        \"userId\": 2,\n        \"firstname\": \"clark\",\n        \"lastname\": \"Kent\",\n        \"email\": \"clarkKent@gmail.com\",\n        \"imgUser\": \"http://localhost:3003/images/default_picture/admin.jpg\"\n    }\n]"}],"_postman_id":"2fc1d859-0784-4fb9-8de3-960b8d89ad46"},{"name":"Afficher 1 seul utilisateur","id":"8a75dc41-4ef1-4391-b7e0-683fa2114c8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/api/user/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","user",":id"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"47","key":"id"}]}},"response":[{"id":"b50635e1-e483-442d-9f70-c76f7e933b8e","name":"Afficher 1 seul utilisateur","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/api/user/:id","host":["http://localhost:3003"],"path":["api","user",":id"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"userId\": 1,\r\n    \"firstname\": \"john\",\r\n    \"lastname\": \"Doe\",\r\n    \"email\": \"johnDoe@hotmail.fr\",\r\n    \"role\": 3,\r\n    \"imgUser\": null\r\n}"}],"_postman_id":"8a75dc41-4ef1-4391-b7e0-683fa2114c8c"},{"name":"Change le profil d'un utilisateur","id":"13ff420e-6f39-4613-a163-60ebb8ed80cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"{\"userId\":40,\n    \"lastname\":\"BLOUBLOUBLOU\",\n    \"firstname\":\"Francis\"   \n}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/soj/Pictures/Camera Roll/IMG_20220211_160716.jpg","disabled":true}]},"url":"http://localhost:3003/api/user/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","user",":id"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"40","key":"id"}]}},"response":[{"id":"f2aeb2b1-a0d2-4633-a189-eb19dd3eadb1","name":"Change le profil d'un utilisateur","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"user","value":"{\n    \"lastname\":\"Snow\",\n    \"firstname\":\"John\"   \n}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/soj/Pictures/Camera Roll/IMG_20220211_160716.jpg"}]},"url":{"raw":"http://localhost:3003/api/user/:id","host":["http://localhost:3003"],"path":["api","user",":id"],"variable":[{"key":"id","value":"40"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"13ff420e-6f39-4613-a163-60ebb8ed80cd"},{"name":"Change le password d'un utilisateur","id":"e7f6af0c-1727-4bd3-95d9-cd3f4a242f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldpassword\" : \"123456\",\r\n    \"newpassword\" : \"987654\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/user/:id/password","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","user",":id","password"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"39","key":"id"}]}},"response":[{"id":"cde99cb7-0bdc-42cf-8bf7-025968b4211d","name":"Change le password d'un utilisateur","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldpassword\" : \"2457812\",\r\n    \"newpassword\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3003/api/user/:id/password","host":["http://localhost:3003"],"path":["api","user",":id","password"],"variable":[{"key":"id","value":"335"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Password change ! \"\r\n}"}],"_postman_id":"e7f6af0c-1727-4bd3-95d9-cd3f4a242f60"},{"name":"Supprime un utilisateur","id":"6dd8c06f-9ef3-46e2-8ddd-b26cb62f3b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/api/user/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","user",":id"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"40","key":"id"}]}},"response":[{"id":"b1e900b8-d29e-4488-affa-87718718b791","name":"Supprime un utilisateur","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/api/user/:id","host":["http://localhost:3003"],"path":["api","user",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-Z3UYB/nyRLiTvbS5NPdV9+4PyLE\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:03:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Deleted\"\n}"}],"_postman_id":"6dd8c06f-9ef3-46e2-8ddd-b26cb62f3b7b"}],"id":"170079e7-4d47-4227-81a7-848fcdd743c0","_postman_id":"170079e7-4d47-4227-81a7-848fcdd743c0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}}},{"name":"Publications","item":[{"name":"Créer un nouveau post","id":"3fe4cf90-98ed-4ca9-9f6e-48e571eef718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"post","value":"{\n    \n    \"title\":\"Mon Post \",\n    \"categorie\":\"1\",\n    \"content\":\"It's my first article\"\n    \n}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/soj/Pictures/Images Sauces/Sauce.jpg","disabled":true}]},"url":"http://localhost:3003/api/post","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","post"],"host":["http://localhost:3003"],"query":[],"variable":[]}},"response":[{"id":"19554336-43c5-43a1-a4c2-4407a7c3e4a6","name":"Créer un nouveau post","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"post","value":"{\n    \n    \"title\":\"Mon Post \",\n    \"categorie\":\"1\",\n    \"content\":\"It's my first article\"\n    \n}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/soj/Pictures/Images Sauces/Sauce.jpg","disabled":true}]},"url":"http://localhost:3003/api/post"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-qTiABt5GwcECENmyArL35J1xyKo\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:06:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post has been created\"\n}"}],"_postman_id":"3fe4cf90-98ed-4ca9-9f6e-48e571eef718"},{"name":"Récupérer tout les posts","id":"e99d5524-7885-4065-bef5-4adbf4ea4c8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/api/post/?start=1&limit=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","post",""],"host":["http://localhost:3003"],"query":[{"key":"start","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"0629c9f9-93f0-48bf-9159-761ffb8e7d7a","name":"Récupérer tout les posts","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/api/post/?start=1&limit=10","host":["http://localhost:3003"],"path":["api","post",""],"query":[{"key":"start","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"815"},{"key":"ETag","value":"W/\"32f-2PcN49M952dOgIq0fpXbDIS4B7s\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:12:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"threads_id\": 1,\n        \"title\": \"My First Article \",\n        \"content\": \"It's my first article\",\n        \"created_datetime\": \"2022-06-19T16:06:15.000Z\",\n        \"contents_id\": 1,\n        \"lastname\": \"Snow\",\n        \"firstname\": \"John\",\n        \"profile_picture_location\": \"http://localhost:3003/images/profil_picture/59c5e142-d236-40c0-9734-ba4ebf99e5d0.jpg\",\n        \"users_id\": 1,\n        \"categorie\": \"Musique\",\n        \"categorieSlug\": \"music\",\n        \"nbLike\": \"1\",\n        \"isLiked\": \"1\"\n    },\n    {\n        \"threads_id\": 2,\n        \"title\": \"My Second Article\",\n        \"content\": \"http://localhost:3003/images/post_picture/3a633ece-1527-421e-a9d0-6182e4158e48.jpg\",\n        \"created_datetime\": \"2022-06-19T13:35:44.000Z\",\n        \"contents_id\": 3,\n        \"lastname\": \"Snow\",\n        \"firstname\": \"John\",\n        \"profile_picture_location\": \"http://localhost:3003/images/profil_picture/59c5e142-d236-40c0-9734-ba4ebf99e5d0.jpg\",\n        \"users_id\": 1,\n        \"categorie\": \"Jeux\",\n        \"categorieSlug\": \"game\",\n        \"nbLike\": \"0\",\n        \"isLiked\": \"0\"\n    }\n]"}],"_postman_id":"e99d5524-7885-4065-bef5-4adbf4ea4c8c"},{"name":"Supprimer le post","id":"dd3c1558-e76d-48c3-beae-90263ff1c5f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/api/post/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","post",":id"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"546","key":"id"}]}},"response":[{"id":"8ec7e08d-c9cd-491e-abc6-66ce9b16b252","name":"Supprimer le post","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/api/post/:id","host":["http://localhost:3003"],"path":["api","post",":id"],"variable":[{"key":"id","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-kYumQO74pi9QTJfkseEQ2VKHiJ0\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:14:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Deleted !\"\n}"}],"_postman_id":"dd3c1558-e76d-48c3-beae-90263ff1c5f5"},{"name":"Modifier un Post","id":"bfc57c58-1580-42dc-a7cd-f4b4521dee9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"post","value":"{   \n\"title\":\"Title has changed !!!!! \",\n\"categorie\": 1,\n\"content\":\"content has changed too!\"\n    \n    \n}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/soj/Pictures/Images Sauces/Sauce3.jpg"}]},"url":"http://localhost:3003/api/post/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","post",":id"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"1239","key":"id"}]}},"response":[{"id":"355b1c25-1eee-4d4c-b2c2-644216d5df4d","name":"Modifier un Post","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"post","value":"{   \n\"title\":\"Title has changed !!!!! \",\n\"categorie\": 1,\n\"content\":\"content has changed too!\"\n    \n    \n}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/soj/Pictures/Images Sauces/Sauce3.jpg"}]},"url":{"raw":"http://localhost:3003/api/post/:id","host":["http://localhost:3003"],"path":["api","post",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-jSDVApDHdutpJA46pldUmDM0IJ4\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:16:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post has been updated\"\n}"}],"_postman_id":"bfc57c58-1580-42dc-a7cd-f4b4521dee9a"}],"id":"54588284-8599-4676-9dec-df4bec6ecab4","_postman_id":"54588284-8599-4676-9dec-df4bec6ecab4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}}},{"name":"Commentaire","item":[{"name":"Publier un nouveau commentaire","id":"2d22f065-e293-4a62-8b5d-1404cb1f4e13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"comment","value":"{\n    \"threadId\":\"545\",\n    \"content\":\"first comment\"\n    \n}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/soj/Pictures/Images Sauces/Sauce1.jpg","disabled":true}]},"url":"http://localhost:3003/api/comment","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","comment"],"host":["http://localhost:3003"],"query":[{"disabled":true,"key":"","value":null},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"67fa4d41-4160-4a68-a455-bdb172fd2c1e","name":"Publier un nouveau commentaire","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"comment","value":"{\n    \"threadId\":\"1\",\n    \"content\":\"first comment\"\n    \n}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/soj/Pictures/Images Sauces/Sauce1.jpg","disabled":true}]},"url":{"raw":"http://localhost:3003/api/comment","host":["http://localhost:3003"],"path":["api","comment"],"query":[{"key":"","value":null,"type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-4zZZMzV12t+1ym2RCYsCJIE+eaQ\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:19:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Comment has been registered\"\n}"}],"_postman_id":"2d22f065-e293-4a62-8b5d-1404cb1f4e13"},{"name":"Récupérer tout les commentaires d'un post","id":"e6bdf234-5442-453b-9516-a209b36f56ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/api/comment/post/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","comment","post",":id"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"102","key":"id"}]}},"response":[{"id":"751d1928-9550-461d-9330-fa76a21ed7f6","name":"Récupérer tout les commentaires d'un post","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/api/comment/:id/:start/:limit","host":["http://localhost:3003"],"path":["api","comment",":id",":start",":limit"],"query":[{"key":"start","value":"1","disabled":true},{"key":"limit","value":"10","disabled":true}],"variable":[{"key":"id","value":"24"},{"key":"start","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1189"},{"key":"ETag","value":"W/\"4a5-c+QQHqxQICsL929DBXVzLNnMbFo\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:23:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"row_num\": 4,\n        \"contents_id\": 3,\n        \"users_id\": 2,\n        \"content\": \"first comment\",\n        \"created_datetime\": \"2022-06-19T16:22:06.000Z\",\n        \"lastname\": \"Snow\",\n        \"firstname\": \"John\",\n        \"profile_picture_location\": \"http://localhost:3003/images/profil_picture/59c5e142-d236-40c0-9734-ba4ebf99e5d0.jpg\",\n        \"nbLike\": \"4\",\n        \"isLike\": \"1\"\n    },\n    {\n        \"row_num\": 5,\n        \"contents_id\": 5,\n        \"users_id\": 2,\n        \"content\": \"Second comment\",\n        \"created_datetime\": \"2022-06-19T16:22:06.000Z\",\n        \"lastname\": \"Jeanne\",\n        \"firstname\": \"D'arc\",\n        \"profile_picture_location\": \"http://localhost:3003/images/profil_picture/59c5e142-d236-40c0-9734-ba4ebf99e5d0.jpg\",\n        \"nbLike\": \"1\",\n        \"isLike\": \"1\"\n    }\n]"}],"_postman_id":"e6bdf234-5442-453b-9516-a209b36f56ff"},{"name":"Supprimer le commentaire d'un post","id":"34ee5dc3-fe0f-414a-ad17-03307e1e8a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/api/comment/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","comment",":id"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"1243","key":"id"}]}},"response":[{"id":"7132d001-e0d2-4b12-9a04-0c07bd335649","name":"Supprimer le commentaire d'un post","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3003/api/comment/:id","host":["http://localhost:3003"],"path":["api","comment",":id"],"variable":[{"key":"id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-kYumQO74pi9QTJfkseEQ2VKHiJ0\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:24:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Deleted !\"\n}"}],"_postman_id":"34ee5dc3-fe0f-414a-ad17-03307e1e8a71"},{"name":"Recrupérer le nombre de commentaire d'un post","id":"b63b8d8b-1ef4-43d0-b70d-71e5553aa3f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/api/comment/:id/nb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","comment",":id","nb"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"545","key":"id"}]}},"response":[{"id":"578afe61-823a-4d04-9e07-a0be7071ec86","name":"Recrupérer le nombre de commentaire d'un post","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3003/api/comment/:id/nb","host":["http://localhost:3003"],"path":["api","comment",":id","nb"],"variable":[{"key":"id","value":"545"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-d95o2uzYI7q7tY7bHI4U1xBug7s\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:26:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"3"}],"_postman_id":"b63b8d8b-1ef4-43d0-b70d-71e5553aa3f0"}],"id":"3566855b-f5e0-461c-9c9f-28a89f7e780c","_postman_id":"3566855b-f5e0-461c-9c9f-28a89f7e780c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}}},{"name":"Likes","item":[{"name":"Mettre un like","id":"9cca9a24-7abb-4f70-9654-08d47eb802d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"like\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/like/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","like",":id"],"host":["http://localhost:3003"],"query":[],"variable":[{"type":"any","value":"1239","key":"id"}]}},"response":[{"id":"082d29f5-e8bc-43d9-8858-0e739a372e3d","name":"Mettre un like","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"like\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3003/api/like/:id","host":["http://localhost:3003"],"path":["api","like",":id"],"variable":[{"key":"id","value":"54"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-R62/p7afu8fIjbOS/GWIdnxDvok\""},{"key":"Date","value":"Sun, 19 Jun 2022 16:28:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Like Ajouté\"\n}"}],"_postman_id":"9cca9a24-7abb-4f70-9654-08d47eb802d2"}],"id":"a9372abd-7f14-4c01-b6cd-ea12ead87094","_postman_id":"a9372abd-7f14-4c01-b6cd-ea12ead87094","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}}},{"name":"Auth","item":[{"name":"Creation d'un nouvel utilisateur","id":"a6f7bfe2-435f-4bdb-876d-4c15f7ed9b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastname\":\"Jeanne\",\r\n    \"firstname\":\"D'arc\",\r\n    \"email\":\"jeanne@gmail.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/auth/signup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","auth","signup"],"host":["http://localhost:3003"],"query":[],"variable":[]}},"response":[{"id":"26091c7d-de7a-4a99-9898-9419f7bb2969","name":"Creation d'un nouvel utilisateur","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastname\":\"Jeanne\",\r\n    \"firstname\":\"D'arc\",\r\n    \"email\":\"jeanne@gmail.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/auth/signup"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a6f7bfe2-435f-4bdb-876d-4c15f7ed9b65"},{"name":"Login d'un utilisateur","event":[{"listen":"test","script":{"id":"664ef894-3539-4060-b6c1-14f8478f76d5","exec":["const responseData = pm.response.json();\r","pm.environment.set('Token', responseData.access_token);"],"type":"text/javascript"}}],"id":"d54339cb-b7f3-4266-a439-e23f5d29fd91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"jeanne@gmail.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","auth","login"],"host":["http://localhost:3003"],"query":[],"variable":[]}},"response":[{"id":"52e085b2-190c-48cb-817b-057674815b0e","name":"Login d'un utilisateur","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"jeanne@gmail.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content, Accept, Content-Type, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"213"},{"key":"ETag","value":"W/\"d5-wI+gW/i99elb1rcy71hWHaPI76g\""},{"key":"Date","value":"Sun, 19 Jun 2022 15:52:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 1,\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjMzNCwiaWF0IjoxNjU1NjUzOTM5LCJleHAiOjE2NTU2NTc1Mzl9.J9qoly61t96cWgXtgKav7C9DqYhwZ-BeMJRKnrGzODY\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600\n}"}],"_postman_id":"d54339cb-b7f3-4266-a439-e23f5d29fd91"},{"name":"Logout","id":"a46e1d82-12a4-4f15-abc0-0f59c09d0189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjMyNywiaWF0IjoxNjU1NTc0Nzg5LCJleHAiOjE2NTU1NzgzODl9.15RvVPQWONa4dLdBYKyU11TWy7nvHoYCVCfb7wvW-wU\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/auth/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"path":["api","auth","logout"],"host":["http://localhost:3003"],"query":[],"variable":[]}},"response":[],"_postman_id":"a46e1d82-12a4-4f15-abc0-0f59c09d0189"}],"id":"34b0c4a2-5acc-4b27-8e77-2d529bc14091","_postman_id":"34b0c4a2-5acc-4b27-8e77-2d529bc14091","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}}},{"name":"Categories","item":[{"name":"Récupérer  toutes les catégories","id":"3148eaa5-d9ba-459d-8ebd-7e33b0127ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"3148eaa5-d9ba-459d-8ebd-7e33b0127ba4"},{"name":"Créer une nouvelle catégorie","id":"41cb86b3-8b7f-45d1-86f6-7d6b39e39a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"41cb86b3-8b7f-45d1-86f6-7d6b39e39a77"}],"id":"fbe8b4fd-1636-420e-ab80-326a3ca87b59","_postman_id":"fbe8b4fd-1636-420e-ab80-326a3ca87b59","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","id":"cdd13323-f3fb-4de9-81e4-49c5714c2bbd","name":"Projet Groupomania","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"54e40546-1ba3-4bee-966f-d47dc184e3e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"03d9aff8-37d5-4346-b90a-b9c159fef732","type":"text/javascript","exec":[""]}}],"variable":[{"key":"address","value":"http://localhost:3003"},{"key":"Token","value":"","type":"string"}]}