{"info":{"_postman_id":"5c77701f-e5f4-4c56-aa08-cdc1a3b3597e","name":"sparta_board","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9928633","collectionId":"5c77701f-e5f4-4c56-aa08-cdc1a3b3597e","publishedId":"2s946eBZJQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1DDB16"},"publishDate":"2023-07-14T08:55:10.000Z"},"item":[{"name":"게시글등록","id":"e537657f-5522-437e-a620-8901ad6a6702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"테스트제목0802_01\",\r\n    \"content\": \"테스트01내용\",\r\n    \"categories\": [\"드라마\",\"영화\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/posts","urlObject":{"protocol":"http","port":"8080","path":["boards","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e537657f-5522-437e-a620-8901ad6a6702"},{"name":"게시글수정","id":"24308ee7-ee6f-4be8-b64d-8333b51c2739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"테스트개선_좋아요3\",\r\n    \"content\": \"테스트포스트맨완료입니다!!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/posts/1","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24308ee7-ee6f-4be8-b64d-8333b51c2739"},{"name":"게시글삭제","id":"8f9c75aa-20f6-4366-a422-af9096614260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"postNo","value":"13","type":"text","disabled":true},{"key":"password","value":"ko2457#","type":"text","disabled":true}]},"url":"http://localhost:8080/boards/posts/9","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","9"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f9c75aa-20f6-4366-a422-af9096614260"},{"name":"게시글조회","id":"85b0619b-3bb5-454b-8ede-b404c7e1b4cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/postlist?page=1&size=5&sortBy=createDate&isAsc=false","urlObject":{"protocol":"http","port":"8080","path":["boards","postlist"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"5"},{"key":"sortBy","value":"createDate"},{"key":"isAsc","value":"false"}],"variable":[]}},"response":[],"_postman_id":"85b0619b-3bb5-454b-8ede-b404c7e1b4cb"},{"name":"게시글상세조회","id":"bdd1be57-ae8e-4be7-8e36-6e9fabb47987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/boards/posts/1","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdd1be57-ae8e-4be7-8e36-6e9fabb47987"},{"name":"회원가입","id":"4d95861b-ed09-4660-afdf-c49e25aaf91c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"buyer@gmail.com\",\r\n    \"password\": \"buyer9854#\",\r\n    \"admin\": \"false\",\r\n    \"username\":\"buyer\",\r\n    \"adminToken\":\"7YOc7ZuI64uY7J2YIOq0gOumrOyekCDsvZTrk5zsnoXri4jri6QuIOy3qOq4ieyXkCDso7zsnZjtlZjsl6wg7KO87IS47JqULg==\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/signup","urlObject":{"protocol":"http","port":"8080","path":["user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d95861b-ed09-4660-afdf-c49e25aaf91c"},{"name":"회원가입2번째","id":"9b31c020-c532-4b00-bce1-35aa3c52f3f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"sobi@gmail.com\",\r\n    \"password\": \"sobi9854#\",\r\n    \"admin\": \"false\",\r\n    \"username\":\"sobi\",\r\n    \"adminToken\":\"7YOc7ZuI64uY7J2YIOq0gOumrOyekCDsvZTrk5zsnoXri4jri6QuIOy3qOq4ieyXkCDso7zsnZjtlZjsl6wg7KO87IS47JqULg==\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/signup","urlObject":{"protocol":"http","port":"8080","path":["user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b31c020-c532-4b00-bce1-35aa3c52f3f0"},{"name":"로그인","id":"99dbb246-46f4-44ef-96ea-6dc3ddfc992c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"sobi\",\r\n    \"password\" : \"sobi9854#\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/login","urlObject":{"protocol":"http","port":"8080","path":["user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"99dbb246-46f4-44ef-96ea-6dc3ddfc992c"},{"name":"댓글등록","id":"b7d6218d-345e-4ca4-a579-9fd947d27954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"parentId\": 1,\r\n    \"content\": \"댓글_1_2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/posts/1/comments","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","1","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7d6218d-345e-4ca4-a579-9fd947d27954"},{"name":"댓글수정","id":"f4cb8638-fcd5-4b6a-9e2f-5a3b4971c932","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"댓글수정완료1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/posts/comments/58","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","comments","58"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4cb8638-fcd5-4b6a-9e2f-5a3b4971c932"},{"name":"댓글삭제","id":"9111a3d7-d119-4a56-a6e4-ef6b97bb041b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8080/boards/posts/comments/21","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","comments","21"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9111a3d7-d119-4a56-a6e4-ef6b97bb041b"},{"name":"관리자로그인","id":"5fcbcd44-1055-42c8-b0b3-0c036ea32b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"admin\",\r\n    \"password\" : \"admin9854#\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/login","urlObject":{"protocol":"http","port":"8080","path":["user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fcbcd44-1055-42c8-b0b3-0c036ea32b32"},{"name":"관리자회원가입","id":"a4373202-cda1-4795-8490-299534801ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admina@gmail.com\",\r\n    \"password\": \"admina9854#\",\r\n    \"admin\": \"true\",\r\n    \"username\":\"admina\",\r\n    \"adminToken\":\"7YOc7ZuI64uY7J2YIOq0gOumrOyekCDsvZTrk5zsnoXri4jri6QuIOy3qOq4ieyXkCDso7zsnZjtlZjsl6wg7KO87IS47JqULg==\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/signup","urlObject":{"protocol":"http","port":"8080","path":["user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4373202-cda1-4795-8490-299534801ab2"},{"name":"게시글좋아요","id":"0c6460b9-a04d-4b59-a11c-c7442bbfd898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"3\",\r\n    \"postId\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/posts/likes","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c6460b9-a04d-4b59-a11c-c7442bbfd898"},{"name":"댓글좋아요","id":"6f21455a-0c39-4705-8820-3881f38afd72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"3\",\r\n    \"commentId\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/posts/comments/likes","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","comments","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f21455a-0c39-4705-8820-3881f38afd72"},{"name":"게시글좋아요취소","id":"49d01cde-bf37-414e-9a0a-95ca63154d01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"1\",\r\n    \"postId\": \"51\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/posts/likes","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"49d01cde-bf37-414e-9a0a-95ca63154d01"},{"name":"댓글좋아요취소","id":"a4d2c346-ecc9-453a-86bd-7fc49ad2bbf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"1\",\r\n    \"commentId\": \"22\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/posts/comments/likes","urlObject":{"protocol":"http","port":"8080","path":["boards","posts","comments","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4d2c346-ecc9-453a-86bd-7fc49ad2bbf7"},{"name":"로그인토큰재발급","id":"4bef50d6-942f-41b7-a3cc-e0b691639fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accessToken\" : \"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJidXllciIsImF1dGgiOiJVU0VSIiwiZXhwIjoxNjg5MzAzNDk5fQ.v_f6RHxvAuUw2NYZxZdxRBdCTvux9T1C3TKzmiIvvro\",\r\n    \"refreshToken\" : \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2ODkzMDcwOTl9.6MsHvLMt-UwgN007---Y9--ujP7EaHGvJtwgGVMW85Q\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/reissue","urlObject":{"protocol":"http","port":"8080","path":["user","reissue"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bef50d6-942f-41b7-a3cc-e0b691639fdd"},{"name":"로그아웃","id":"a3438d9d-5c23-4e4d-99c5-868041be31e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:8080/user/logout","urlObject":{"protocol":"http","port":"8080","path":["user","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3438d9d-5c23-4e4d-99c5-868041be31e5"},{"name":"게시글카테고리별조회","id":"bb0d08cc-37bf-44d7-b383-7518f0f88ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/boards/postlist/categories?page=1&size=5&sortBy=createDate&isAsc=false&categoryName=액션","urlObject":{"protocol":"http","port":"8080","path":["boards","postlist","categories"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"5"},{"key":"sortBy","value":"createDate"},{"key":"isAsc","value":"false"},{"key":"categoryName","value":"액션"}],"variable":[]}},"response":[],"_postman_id":"bb0d08cc-37bf-44d7-b383-7518f0f88ab5"},{"name":"회원탈퇴","id":"a6cdc59b-22c5-4709-a1ba-096badd494ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/user/leave","urlObject":{"protocol":"http","port":"8080","path":["user","leave"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6cdc59b-22c5-4709-a1ba-096badd494ec"},{"name":"게시글이름검색","id":"1a14085f-472e-4568-b871-24108fe696ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/boards/postlist?page=1&size=5&sortBy=createDate&isAsc=false&postName=테스트","urlObject":{"protocol":"http","port":"8080","path":["boards","postlist"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"5"},{"key":"sortBy","value":"createDate"},{"key":"isAsc","value":"false"},{"key":"postName","value":"테스트"}],"variable":[]}},"response":[],"_postman_id":"1a14085f-472e-4568-b871-24108fe696ad"}]}