{"info":{"_postman_id":"024827cc-946c-4abc-bd89-e95ba32b12a6","name":"Blog-backend-spring","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"28081019","collectionId":"024827cc-946c-4abc-bd89-e95ba32b12a6","publishedId":"2s9YyqiNAH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-27T17:51:39.000Z"},"item":[{"name":"Category Apis","item":[{"name":"Create Category","id":"19518f7c-6924-4f24-84a8-a3b7b5776a24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"categoryTitle\":\"ReactJS\",\n    \"categoryDescription\":\"This category contains topic related to frontend development react javascript framework.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9001/api/v1/categories","urlObject":{"protocol":"http","port":"9001","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"19518f7c-6924-4f24-84a8-a3b7b5776a24"},{"name":"Get All Categories","id":"1a4b395f-910a-49c9-bafb-0248e0b76feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/categories","urlObject":{"protocol":"http","port":"9001","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a4b395f-910a-49c9-bafb-0248e0b76feb"},{"name":"Get Category By Id","id":"a6b556da-fb69-4288-812b-a8d1441a90c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/categories/3","urlObject":{"protocol":"http","port":"9001","path":["api","v1","categories","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6b556da-fb69-4288-812b-a8d1441a90c3"},{"name":"Update Category","id":"9397edc8-aeda-4678-8b67-f1abf50fea60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"categoryTitle\":\"NextJS\",\n    \"categoryDescription\":\"This category contains topic related to frontend development react javascript framework next js.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9001/api/v1/categories/3","urlObject":{"protocol":"http","port":"9001","path":["api","v1","categories","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9397edc8-aeda-4678-8b67-f1abf50fea60"},{"name":"Delete Category","id":"a6d083aa-1192-41fa-8f96-f3b4531a502c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9001/api/v1/categories/3","urlObject":{"protocol":"http","port":"9001","path":["api","v1","categories","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6d083aa-1192-41fa-8f96-f3b4531a502c"}],"id":"c97263d7-1ee3-4d23-ba2b-27a680dad2e2","_postman_id":"c97263d7-1ee3-4d23-ba2b-27a680dad2e2","description":""},{"name":"User Apis","item":[{"name":"Create User","id":"1391cbd7-d0ba-4a90-8ecd-d2981154c81c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"\",\n    \"email\":\"john.dev@gmail.com\",\n    \"password\":\"\",\n    \"about\":\"I am a tester\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9001/api/v1/users","urlObject":{"protocol":"http","port":"9001","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1391cbd7-d0ba-4a90-8ecd-d2981154c81c"},{"name":"Get All Users","id":"7e378701-8c5e-4b77-a748-62fe689e4fde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/users","urlObject":{"protocol":"http","port":"9001","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e378701-8c5e-4b77-a748-62fe689e4fde"},{"name":"Get User By Id","id":"9d613b07-23a5-49b1-a4fa-77bdc266d6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/users/1","urlObject":{"protocol":"http","port":"9001","path":["api","v1","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d613b07-23a5-49b1-a4fa-77bdc266d6ee"},{"name":"Update User","id":"89458b67-c6f6-447c-8db7-5691bf7be439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Madhurendra Nath Tiwari\",\n    \"email\": \"madhurendraakela123@gmail.com\",\n    \"password\": \"Madhu@123\",\n    \"about\": \"I am programmer and software engineer.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9001/api/v1/users/1","urlObject":{"protocol":"http","port":"9001","path":["api","v1","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"89458b67-c6f6-447c-8db7-5691bf7be439"},{"name":"Delete User","id":"5a840cfc-4c83-4b9f-8644-ada4e241a112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/users","urlObject":{"protocol":"http","port":"9001","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a840cfc-4c83-4b9f-8644-ada4e241a112"}],"id":"9795f8a0-37e2-4840-a439-8fdfabe18bcf","_postman_id":"9795f8a0-37e2-4840-a439-8fdfabe18bcf","description":""},{"name":"Post","item":[{"name":"Upload Post Image","id":"99a072ee-c058-4657-a0c7-6db4f9b14064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/home/madt/Pictures/Screenshots/Screenshot from 2023-10-17 16-12-27.png"}]},"url":"http://localhost:9001/api/v1/posts/6/upload/image","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts","6","upload","image"],"host":["localhost"],"query":[{"disabled":true,"key":"image","value":null}],"variable":[]}},"response":[],"_postman_id":"99a072ee-c058-4657-a0c7-6db4f9b14064"},{"name":"Get All Posts","id":"f753650c-82db-44d1-8bbf-5384eec79895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/posts","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f753650c-82db-44d1-8bbf-5384eec79895"},{"name":"Get Post By Id","id":"a2617067-4d41-4da5-bd9f-b421b3769caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/posts/4","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2617067-4d41-4da5-bd9f-b421b3769caf"},{"name":"Get Posts By Category Id","id":"20d00bf3-3429-4fcb-b81e-1fbc95177f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/posts/categories/2","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts","categories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"20d00bf3-3429-4fcb-b81e-1fbc95177f76"},{"name":"Get Post By User","id":"8d78bea3-982b-4ee4-b2e6-9b46f706305c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/posts/users/4","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts","users","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d78bea3-982b-4ee4-b2e6-9b46f706305c"},{"name":"Update Post","id":"128555aa-7871-4045-8193-7b1891f4f0f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"What is programming languages ?\",\n    \"content\":\"Programming languages are used to communicate with machines and add logic to it!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9001/api/v1/posts/4","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"128555aa-7871-4045-8193-7b1891f4f0f1"},{"name":"Delete Post","id":"755ee8b3-380f-4fd1-b965-01e5012a9cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9001/api/v1/posts/7","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts","7"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"755ee8b3-380f-4fd1-b965-01e5012a9cd8"},{"name":"Search By Title","id":"cffc5a99-fd91-454c-b011-5287c4e9197c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/posts/search?title=JavaScript","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts","search"],"host":["localhost"],"query":[{"key":"title","value":"JavaScript"}],"variable":[]}},"response":[],"_postman_id":"cffc5a99-fd91-454c-b011-5287c4e9197c"},{"name":"Download Image","id":"f8b31262-effb-4ac5-9cdd-02147dd3965d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/posts/post/image/a6efdb70-650d-49c6-b078-250b47638b09.png","urlObject":{"protocol":"http","port":"9001","path":["api","v1","posts","post","image","a6efdb70-650d-49c6-b078-250b47638b09.png"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8b31262-effb-4ac5-9cdd-02147dd3965d"},{"name":"Create Post","id":"5c7f620a-d885-4fc0-9707-b1cb1f279cba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"5c7f620a-d885-4fc0-9707-b1cb1f279cba"}],"id":"12a51ad1-e8ff-4a48-addd-a340f2c2dae4","_postman_id":"12a51ad1-e8ff-4a48-addd-a340f2c2dae4","description":""},{"name":"Comment Apis","item":[{"name":"Add Comment","id":"c635f6bf-daaf-4994-8268-88badb116cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\":\"yeah great 😮‍💨\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9001/api/v1/comments/users/4/posts/5","urlObject":{"protocol":"http","port":"9001","path":["api","v1","comments","users","4","posts","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c635f6bf-daaf-4994-8268-88badb116cc6"},{"name":"Get All Comments of Posts","id":"f2aed32d-914f-4eb1-a57c-381ec045914b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/comments/posts/6","urlObject":{"protocol":"http","port":"9001","path":["api","v1","comments","posts","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2aed32d-914f-4eb1-a57c-381ec045914b"}],"id":"43402650-3996-43c8-8f95-7b2f46c315ec","_postman_id":"43402650-3996-43c8-8f95-7b2f46c315ec","description":""},{"name":"Auth Apis","item":[{"name":"Register","id":"2bd30c39-3d8d-431c-9903-18dcbee00869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Saiprabhu Dandanayak\",\n    \"email\":\"sai.prabhu@gmail.com\",\n    \"password\":\"Sai@12345678\",\n    \"about\":\"ASE @ Amazon\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9001/auth/register","urlObject":{"protocol":"http","port":"9001","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bd30c39-3d8d-431c-9903-18dcbee00869"},{"name":"Login","id":"38294591-36f6-49ab-85e3-34e68fc92bc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"sai.prabhu@gmail.com\",\n    \"password\":\"Sai@12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9001/auth/login","urlObject":{"protocol":"http","port":"9001","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38294591-36f6-49ab-85e3-34e68fc92bc2"}],"id":"8ac968c7-c56c-43c7-a215-47f5669d8e6e","_postman_id":"8ac968c7-c56c-43c7-a215-47f5669d8e6e","description":""},{"name":"Like","item":[{"name":"Like Post","id":"0e684a83-5634-4af3-a118-4a5588d12ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"0e684a83-5634-4af3-a118-4a5588d12ccf"},{"name":"Unlike post","id":"e6ffc834-1c56-4316-9262-46eb77e4884a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/like/user/5/post/4","urlObject":{"protocol":"http","port":"9001","path":["api","v1","like","user","5","post","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6ffc834-1c56-4316-9262-46eb77e4884a"}],"id":"eba2e3a1-aba4-47f0-bdae-770d81c1f9c4","_postman_id":"eba2e3a1-aba4-47f0-bdae-770d81c1f9c4","description":""},{"name":"Swagger APIs","item":[{"name":"SwaggerAPIs","id":"a1148a53-fce8-4516-a3a3-480e18c4b40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"a1148a53-fce8-4516-a3a3-480e18c4b40b"}],"id":"e9052d79-4a43-4047-bada-d12009811919","_postman_id":"e9052d79-4a43-4047-bada-d12009811919","description":""}]}