{"info":{"_postman_id":"4cbcf124-f109-4862-92c0-e17793eb19cc","name":"DocConnect","description":"<html><head></head><body><p>Explore the DocConnect API documentation to seamlessly integrate with this platform. Access user profiles, post content and engage with other users, leveraging poweul endpoints for a dynamic and interactive social experience.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32312306","collectionId":"4cbcf124-f109-4862-92c0-e17793eb19cc","publishedId":"2s9YymFjCc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1376c1"},"publishDate":"2024-01-22T04:40:53.000Z"},"item":[{"name":"signin","id":"84918f8d-d572-40f4-ac81-713d68da1826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"doctorwellne\",\r\n    \"password\": \"@ross\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/signin","description":"<p>This will lead you to the login page and redirect you to the homepage after logging in.</p>\n","urlObject":{"path":["auth","signin"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"84918f8d-d572-40f4-ac81-713d68da1826"},{"name":"signup","id":"3d7ade0f-179e-44fa-b992-9823a05bec25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"drgreenmd\",\r\n    \"name\": \"Rachel Green\",\r\n    \"email\": \"drrachelgreen@example.com\",\r\n    \"password\": \"@rachel@\",\r\n    \"confirmPassword\": \"@rachel@\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/auth/signup","description":"<p>This will log out your session and redirect you to the login page.</p>\n","urlObject":{"path":["auth","signup"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d7ade0f-179e-44fa-b992-9823a05bec25"},{"name":"homepage","id":"6207d9e1-ec59-4846-ae0e-2cdf41a93c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/posts","description":"<p>This endpoint will lead to the first page that appears to the user containing all the posts.</p>\n","urlObject":{"path":["posts"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6207d9e1-ec59-4846-ae0e-2cdf41a93c3d"},{"name":"search hashtag","id":"cf547738-e85d-4f6f-a0d9-bd1b4d1d4580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/posts?search=:hashtag","description":"<p>Search for posts with hashtags.</p>\n","urlObject":{"path":["posts"],"host":["http://localhost:3000"],"query":[{"key":"search","value":":hashtag"}],"variable":[]}},"response":[],"_postman_id":"cf547738-e85d-4f6f-a0d9-bd1b4d1d4580"},{"name":"like post","id":"a4e1e326-ea1b-4eaf-b079-c06fe2b28d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:3000/posts/:id/likePost","description":"<p>Get likes and reactions for a post.</p>\n","urlObject":{"path":["posts",":id","likePost"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"65b15ec3e8ecf7485f965834","key":"id"}]}},"response":[],"_postman_id":"a4e1e326-ea1b-4eaf-b079-c06fe2b28d51"},{"name":"create post","id":"0edfaff3-42a0-4581-b448-d87e08f9813f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"user\": \"bob_coder\",\r\n  \"content\": \"Coding late into the night. 💻\",\r\n  \"likes\": [\"alice_wonder\", \"charlie_artist\"],\r\n  \"comments\": [\r\n    {\r\n      \"user\": \"alice_wonder\",\r\n      \"text\": \"Keep up the great work!\"\r\n    },\r\n    {\r\n      \"user\": \"charlie_artist\",\r\n      \"text\": \"Coding masterpiece!\"\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/posts/create","urlObject":{"path":["posts","create"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"0edfaff3-42a0-4581-b448-d87e08f9813f"},{"name":"edit post","id":"4b5e2586-5709-4d75-8956-bc49f72d1b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"Performed a successful craniotomy yesterday.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/posts/:id/edit","urlObject":{"path":["posts",":id","edit"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"65b15ec3e8ecf7485f965834","key":"id"}]}},"response":[],"_postman_id":"4b5e2586-5709-4d75-8956-bc49f72d1b2d"},{"name":"delete post","id":"9ebee180-8fb4-47cc-9bac-ed8044fc2756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/posts/:id","urlObject":{"path":["posts",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"65b2a594a2824f1bc579eb17","key":"id"}]}},"response":[],"_postman_id":"9ebee180-8fb4-47cc-9bac-ed8044fc2756"},{"name":"user","id":"e51840e0-6d68-4455-b642-2076643e9716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/:username","description":"<p>Get a user profile.</p>\n","urlObject":{"path":["users",":username"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"profile","key":"username"}]}},"response":[],"_postman_id":"e51840e0-6d68-4455-b642-2076643e9716"},{"name":"create user","id":"5c48d483-6084-40c6-a5dd-3335a17ad008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/create/user","urlObject":{"path":["create","user"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c48d483-6084-40c6-a5dd-3335a17ad008"},{"name":"user posts","id":"c60f9810-efda-4152-9a38-f4448c64c4e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/posts/:username","description":"<p>Get a specific post.</p>\n","urlObject":{"path":["posts",":username"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"jane_smith","key":"username"}]}},"response":[],"_postman_id":"c60f9810-efda-4152-9a38-f4448c64c4e7"},{"name":"pinned posts","id":"96ddc3f7-ecbf-4ab7-9106-4b71105ea09c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/pinned_posts","description":"<p>Get pinned posts</p>\n","urlObject":{"path":["pinned_posts"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"96ddc3f7-ecbf-4ab7-9106-4b71105ea09c"},{"name":"edit profile","id":"746c400a-9bf1-440b-9456-7f515470893c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:3000/:username/edit","description":"<p>Edit a users profile.</p>\n","urlObject":{"path":[":username","edit"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"","key":"username"}]}},"response":[],"_postman_id":"746c400a-9bf1-440b-9456-7f515470893c"},{"name":"delete user","id":"2c203805-75e0-4a9e-a08d-985cd8f65ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/:username/delete","description":"<p>Delete a user profile.</p>\n","urlObject":{"path":[":username","delete"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"","key":"username"}]}},"response":[],"_postman_id":"2c203805-75e0-4a9e-a08d-985cd8f65ad9"},{"name":"edit pinned posts","id":"eda0b892-6dc8-49c3-a6b3-a024d32eac9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:3000/pinned","description":"<p>Edit pinned posts displayed on homepage.</p>\n","urlObject":{"path":["pinned"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"eda0b892-6dc8-49c3-a6b3-a024d32eac9f"}],"event":[{"listen":"prerequest","script":{"id":"e40018cf-0545-4d1f-a2f7-1a1cf7f862b3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4201bd1a-d62d-4949-8f2d-77fc31ed3dd6","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseURL","value":"http://localhost:3000"}]}