{"info":{"_postman_id":"95033282-4173-426b-96f6-edcd4d311ba1","name":"Techzu","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"31247330","collectionId":"95033282-4173-426b-96f6-edcd4d311ba1","publishedId":"2sBXVhEBFT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-16T04:29:33.000Z"},"item":[{"name":"Assignment - mini social media","item":[{"name":"User","item":[{"name":"Register","id":"b1157745-0047-4eae-b925-c08e46b2fbbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Md Nasim Hosen\",\r\n    \"email\": \"mdnasimhosen333@gmail.com\",\r\n    \"password\": \"12345678\",\r\n    \"role\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/create","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1157745-0047-4eae-b925-c08e46b2fbbf"},{"name":"Login","id":"a616e3fb-51f1-48fc-b8e2-35c9d3be16e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"mdnasimhosen333@gmail.com\",\r\n    \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/login","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a616e3fb-51f1-48fc-b8e2-35c9d3be16e0"}],"id":"3a63b390-c5f2-4b3b-886f-2f7bb344f597","_postman_id":"3a63b390-c5f2-4b3b-886f-2f7bb344f597","description":""},{"name":"Comments","item":[{"name":"Create a new comment","id":"05942e5e-da5e-43d2-a349-f4b0230a13c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"This is a great post!  Very informative. 2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/comments","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"05942e5e-da5e-43d2-a349-f4b0230a13c7"},{"name":"Create a reply","id":"ac5cfbe4-cfc7-450f-923b-a94f007b98a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"I totally agree with your point! 3\",\r\n  \"parentComment\": \"6968c73c9e37136d78a59dce\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/comments","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac5cfbe4-cfc7-450f-923b-a94f007b98a9"},{"name":"Get all comments","id":"13dbd6c7-bc5d-4723-8101-3b33edf85c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/api/v1/comments?page=1&limit=10&sortBy=oldest&parentComment=null","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"sortBy","value":"oldest"},{"key":"parentComment","value":"null"}],"variable":[]}},"response":[],"_postman_id":"13dbd6c7-bc5d-4723-8101-3b33edf85c0a"},{"name":"Get single comment","id":"e0bdbdfd-850f-4a35-ad6b-b22b88d4a7a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/api/v1/comments/6968c73c9e37136d78a59dce","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments","6968c73c9e37136d78a59dce"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0bdbdfd-850f-4a35-ad6b-b22b88d4a7a3"},{"name":"Update comment ( only owner)","id":"74bd972c-83f3-4f26-ba02-42f7f5292036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"I totally agree with your point! It's a great idea!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/comments/6968c73c9e37136d78a59dce","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments","6968c73c9e37136d78a59dce"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"74bd972c-83f3-4f26-ba02-42f7f5292036"},{"name":"Like a comment","id":"3eae4214-e77b-4c46-b42f-6cdbbd4d4b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/comments/6968c73c9e37136d78a59dce/like","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments","6968c73c9e37136d78a59dce","like"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eae4214-e77b-4c46-b42f-6cdbbd4d4b4b"},{"name":"Dislike a comment","id":"3cbcb734-1cd7-4aa1-a1d2-f387a785eb48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/comments/6968c73c9e37136d78a59dce/dislike","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments","6968c73c9e37136d78a59dce","dislike"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cbcb734-1cd7-4aa1-a1d2-f387a785eb48"},{"name":"Get replies for a comment","id":"73f5bce6-69b9-4694-8495-a97f712023d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/comments/6968c73c9e37136d78a59dce/replies","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments","6968c73c9e37136d78a59dce","replies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"73f5bce6-69b9-4694-8495-a97f712023d0"},{"name":"Get comment statistics","id":"c13d31bb-6898-47b7-aa4c-3854da6a6112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/comments/statistics","urlObject":{"protocol":"http","port":"5000","path":["api","v1","comments","statistics"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c13d31bb-6898-47b7-aa4c-3854da6a6112"}],"id":"9f403fbe-6f01-475a-92b7-b4f7fe2b9f44","_postman_id":"9f403fbe-6f01-475a-92b7-b4f7fe2b9f44","description":""}],"id":"1584785b-46a6-4e9a-b070-afb699a50d78","_postman_id":"1584785b-46a6-4e9a-b070-afb699a50d78","description":""}],"event":[{"listen":"prerequest","script":{"id":"941975c3-266d-47f9-8f6a-6e26c7eb198c","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"7ebcd8de-c0e4-4bd7-8580-235d109731ff","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"access_token","value":""}]}