{"info":{"_postman_id":"940b55ee-3d72-4bd8-9039-55ed1b425741","name":"Rabbit Hole","description":"<html><head></head><body><p><a href=\"https://documenter.getpostman.com/view/18759067/UzJJsGkX#0a7c0d69-21c0-4182-ae8b-0909c3f9e4a9\">https://documenter.getpostman.com/view/18759067/UzJJsGkX#0a7c0d69-21c0-4182-ae8b-0909c3f9e4a9</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18759067","collectionId":"940b55ee-3d72-4bd8-9039-55ed1b425741","publishedId":"UzJJsGkX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-06T08:13:02.000Z"},"item":[{"name":"User","item":[{"name":"깃허브API 테스트","item":[{"name":"\b깃허브 code 얻기","id":"dfda6d13-e776-4982-a83e-7ec4d0b1e9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://github.com/login/oauth/authorize?client_id=425d7356064b00a8307f&scope=repo:status read:repo_hook user:email","urlObject":{"protocol":"https","path":["login","oauth","authorize"],"host":["github","com"],"query":[{"key":"client_id","value":"425d7356064b00a8307f"},{"key":"scope","value":"repo:status read:repo_hook user:email"}],"variable":[]}},"response":[],"_postman_id":"dfda6d13-e776-4982-a83e-7ec4d0b1e9fd"},{"name":"깃허브 access token 얻기","id":"579f53c1-1477-47cb-a87c-8fdfd477d75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://github.com/login/oauth/access_token?client_id=425d7356064b00a8307f&client_secret=46de4115cf4f29524358bb057fe25a1e04dbb3b2&code=1b8db78db9808d5e3807","urlObject":{"protocol":"https","path":["login","oauth","access_token"],"host":["github","com"],"query":[{"key":"client_id","value":"425d7356064b00a8307f"},{"key":"client_secret","value":"46de4115cf4f29524358bb057fe25a1e04dbb3b2"},{"key":"code","value":"1b8db78db9808d5e3807"},{"disabled":true,"key":"redirect_uri","value":"http://localhost:4000/auth/github"}],"variable":[]}},"response":[],"_postman_id":"579f53c1-1477-47cb-a87c-8fdfd477d75c"},{"name":"깃허브 사용자 정보 얻기","id":"bddc7243-9dcd-4d13-99f7-8944bbbf782a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"token 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","type":"text"}],"url":"https://api.github.com/user","urlObject":{"protocol":"https","path":["user"],"host":["api","github","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bddc7243-9dcd-4d13-99f7-8944bbbf782a"},{"name":"토큰 삭제","id":"c68d9c51-0b6a-4373-ac7c-6f754e8bac62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.github.com/applications/425d7356064b00a8307f/token/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","urlObject":{"protocol":"https","path":["applications","425d7356064b00a8307f","token","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"],"host":["api","github","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c68d9c51-0b6a-4373-ac7c-6f754e8bac62"}],"id":"e393677b-903f-4e20-b973-f3c6d74ec2c5","_postman_id":"e393677b-903f-4e20-b973-f3c6d74ec2c5","description":""},{"name":"회원가입","id":"331d244c-f470-4ad6-9352-f79bec640ca9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"이름이","type":"text"},{"key":"track","value":"트랙","type":"text"},{"key":"trackCardinalNumber","value":"3","type":"text"},{"key":"position","value":"백엔ffffffffff","type":"text"},{"key":"authImage","type":"file","src":"/C:/Users/blackcow/Desktop/garbage.png"},{"key":"githubEmail","value":"miam@gmail.com","type":"text"},{"key":"githubProfileUrl","value":"https://github.com/MCprotein","type":"text"},{"key":"githubAvatar","value":"https://avatars.githubusercontent.com/u/89785501?v=4","type":"text"}]},"url":"localhost:4000/api/users/register","urlObject":{"path":["users","register"],"host":["localhost:4000/api"],"query":[],"variable":[]}},"response":[{"id":"042131e4-d0ea-45c7-b47a-cdf497ab2ea8","name":"회원가입","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"name\": \"싸이\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": \"1\",\n    \"position\": \"프론트엔드\",\n    \"authImage\": \"인증사진\",\n    \"githubEmail\": \"psy@psy.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"429"},{"key":"ETag","value":"W/\"1ad-a0Wy5rWpUUMITa18deoDc7aIc18\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:00:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"싸이\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": 1,\n    \"position\": \"프론트엔드\",\n    \"authImage\": \"인증사진\",\n    \"blogAddress\": \"\",\n    \"githubEmail\": \"psy@psy.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"carrots\": 100,\n    \"role\": \"guest\",\n    \"_id\": \"62cfcd0bd4960b42f19eebba\",\n    \"createdAt\": \"2022-07-14T08:00:11.872Z\",\n    \"updatedAt\": \"2022-07-14T08:00:11.872Z\",\n    \"__v\": 0\n}"},{"id":"b4010305-8375-4269-8625-0bc7eda7c160","name":"회원가입","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"name\": \"싸이\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": \"1\",\n    \"position\": \"프론트엔드\",\n    \"authImage\": \"인증사진\",\n    \"githubEmail\": \"psy1@psy.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"430"},{"key":"ETag","value":"W/\"1ae-GKgMBgSR5wEf4j9vClHBVXMbCbI\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:01:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"싸이\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": 1,\n    \"position\": \"프론트엔드\",\n    \"authImage\": \"인증사진\",\n    \"blogAddress\": \"\",\n    \"githubEmail\": \"psy1@psy.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"carrots\": 100,\n    \"role\": \"guest\",\n    \"_id\": \"62cfcd3fd4960b42f19eebbd\",\n    \"createdAt\": \"2022-07-14T08:01:03.519Z\",\n    \"updatedAt\": \"2022-07-14T08:01:03.519Z\",\n    \"__v\": 0\n}"},{"id":"8c1618a9-aa91-4213-b80e-0736f6f37164","name":"회원가입 test","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"싸이싸이","type":"text"},{"key":"track","value":"트랙","type":"text"},{"key":"trackCardinalNumber","value":"1","type":"text"},{"key":"position","value":"백엔","type":"text"},{"key":"authImage","type":"file","src":"/D:/Development/블로깅/1.jpg"},{"key":"githubEmail","value":"psy@psy.com","type":"text"},{"key":"githubProfileUrl","value":"https://github.com/MCprotein","type":"text"},{"key":"githubAvatar","value":"https://avatars.githubusercontent.com/u/89785501?v=4","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"514"},{"key":"ETag","value":"W/\"202-oQINwb+ZdTtv6RCOmmcmuQtzjac\""},{"key":"Date","value":"Thu, 14 Jul 2022 14:19:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"newUser\": {\n        \"name\": \"싸이싸이\",\n        \"track\": \"트랙\",\n        \"trackCardinalNumber\": 1,\n        \"position\": \"백엔\",\n        \"authImage\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/9e5361532f5f8869d90dd21c7551cb7d\",\n        \"blogAddress\": \"\",\n        \"githubEmail\": \"psy@psy.com\",\n        \"githubProfileUrl\": \"https://github.com/MCprotein\",\n        \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n        \"carrots\": 100,\n        \"role\": \"guest\",\n        \"_id\": \"62d025d4bdc6c22240a60d63\",\n        \"createdAt\": \"2022-07-14T14:19:00.896Z\",\n        \"updatedAt\": \"2022-07-14T14:19:00.896Z\",\n        \"__v\": 0\n    }\n}"},{"id":"1ef3f728-a4c8-40c6-aa31-4b926e8fdca3","name":"회원가입 - ec2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"name\": \"싸이\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": \"1\",\n    \"position\": \"프론트엔드\",\n    \"authImage\": \"인증사진\",\n    \"githubEmail\": \"psy1@psy.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://13.125.221.76:4000/api/users/register"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"ETag","value":"W/\"4d-pD2OQ4nWhWSgVpYn+LOMtcVXnD4\""},{"key":"Date","value":"Fri, 15 Jul 2022 08:42:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"NotFound\",\n    \"reason\": \"이미지 업로드에 실패하였습니다\"\n}"}],"_postman_id":"331d244c-f470-4ad6-9352-f79bec640ca9"},{"name":"로그인","id":"01082604-6885-4edf-b17f-8fcb1ef72595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/auth/github/login","urlObject":{"path":["auth","github","login"],"host":["localhost:4000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"01082604-6885-4edf-b17f-8fcb1ef72595"},{"name":"회원탈퇴","id":"a7811a47-4de9-4736-bc68-11e268ace8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:4000/api/users","urlObject":{"path":["users"],"host":["localhost:4000/api"],"query":[],"variable":[]}},"response":[{"id":"6e021e2b-0c5c-46fc-bdee-a69713970085","name":"회원탈퇴","originalRequest":{"method":"DELETE","header":[],"url":"localhost:4000/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"430"},{"key":"ETag","value":"W/\"1ae-sDmfUA2EbP2Gs2WzRw+MkFZWWQo\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:02:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfcd3fd4960b42f19eebbd\",\n    \"name\": \"싸이\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": 1,\n    \"position\": \"프론트엔드\",\n    \"authImage\": \"인증사진\",\n    \"blogAddress\": \"\",\n    \"githubEmail\": \"psy1@psy.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"carrots\": 100,\n    \"role\": \"guest\",\n    \"createdAt\": \"2022-07-14T08:01:03.519Z\",\n    \"updatedAt\": \"2022-07-14T08:01:03.519Z\",\n    \"__v\": 0\n}"}],"_postman_id":"a7811a47-4de9-4736-bc68-11e268ace8ad"},{"name":"정보수정","id":"e3505c10-51c6-454d-aaf6-15f5a79cda20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"아이유\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": \"2\",\n    \"authImage\": \"인증사진\",\n    \"githubEmail\": \"asdfasdfasdiu@iu.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"position\": \"백엔드\",\n    \"blogAddress\": \"https://velog.io/@chss3339\",\n    \"role\": \"admin\",\n    \"carrots\": 500\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/users","urlObject":{"path":["users"],"host":["localhost:4000/api"],"query":[],"variable":[]}},"response":[{"id":"b3fb81a1-b93b-4e60-8329-d30b04a91a8e","name":"정보수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"아이유\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": \"2\",\n    \"authImage\": \"인증사진\",\n    \"githubEmail\": \"iu@iu.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"position\": \"백엔드\",\n    \"blogAddress\": \"https://velog.io/@chss3339\",\n    \"role\": \"admin\",\n    \"carrots\": 500\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"450"},{"key":"ETag","value":"W/\"1c2-lI45pupVkHW7YULc3MTIH+IqUMU\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:08:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfcd0bd4960b42f19eebba\",\n    \"name\": \"아이유\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": 2,\n    \"position\": \"백엔드\",\n    \"authImage\": \"인증사진\",\n    \"blogAddress\": \"https://velog.io/@chss3339\",\n    \"githubEmail\": \"iu@iu.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"carrots\": 500,\n    \"role\": \"admin\",\n    \"createdAt\": \"2022-07-14T08:00:11.872Z\",\n    \"updatedAt\": \"2022-07-14T08:08:10.070Z\",\n    \"__v\": 0\n}"}],"_postman_id":"e3505c10-51c6-454d-aaf6-15f5a79cda20"},{"name":"마이페이지","id":"b08aeede-72cd-4cdf-85b4-870a2aff77c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/users/mypage","urlObject":{"path":["users","mypage"],"host":["localhost:4000/api"],"query":[],"variable":[]}},"response":[{"id":"2a85cc91-adf8-4217-ac4e-a3ca42bc59d9","name":"마이페이지","originalRequest":{"method":"GET","header":[],"url":"localhost:4000/api/users/mypage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"429"},{"key":"ETag","value":"W/\"1ad-/WHX5fGWLMRea6zK5PNFiKR7+f8\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:04:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfcd0bd4960b42f19eebba\",\n    \"name\": \"싸이\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": 1,\n    \"position\": \"프론트엔드\",\n    \"authImage\": \"인증사진\",\n    \"blogAddress\": \"\",\n    \"githubEmail\": \"psy@psy.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"carrots\": 100,\n    \"role\": \"guest\",\n    \"createdAt\": \"2022-07-14T08:00:11.872Z\",\n    \"updatedAt\": \"2022-07-14T08:00:11.872Z\",\n    \"__v\": 0\n}"}],"_postman_id":"b08aeede-72cd-4cdf-85b4-870a2aff77c5"},{"name":"마이페이지 - 프로젝트 조회","id":"2acecf84-ee46-491c-8fca-aa91d87c2890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/users/:userId/projects?page=1&perPage=5","urlObject":{"path":["users",":userId","projects"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>댓글 page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>댓글 perPage</p>\n","type":"text/plain"},"key":"perPage","value":"5"}],"variable":[{"type":"any","value":"62c8691b1673e09fbcfa4298","key":"userId"}]}},"response":[{"id":"dc7258ea-2b3f-467e-86b7-54bc53037530","name":"프로젝트 조회 - userId","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/projects/users/:userId?page=1&perPage=5","host":["localhost:4000/api"],"path":["projects","users",":userId"],"query":[{"key":"page","value":"1","description":"댓글 page"},{"key":"perPage","value":"5","description":"댓글 perPage"}],"variable":[{"key":"userId","value":"62c8691b1673e09fbcfa4298"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6358"},{"key":"ETag","value":"W/\"18d6-4OeCJGUEahVTWIhJGu2iQKceYqo\""},{"key":"Date","value":"Sat, 16 Jul 2022 07:33:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"projectList\": [\n        {\n            \"_id\": \"62d1076f3dc65ef795fe7e46\",\n            \"title\": \"뉴스기사\",\n            \"author\": \"신윤\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/1f0af5d6fbcd1ed80dd175ec997db412\",\n            \"views\": 130,\n            \"likes\": [],\n            \"tags\": [],\n            \"createdAt\": \"2022-07-15T06:21:35.047Z\",\n            \"updatedAt\": \"2022-07-16T07:13:08.290Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc853974b1e6927796ca3\",\n            \"title\": \"뉴스기사\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 40,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:40:03.473Z\",\n            \"updatedAt\": \"2022-07-16T05:42:39.382Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc6cc974b1e6927796ca1\",\n            \"title\": \"우리의 꿈 - 코요태\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"내 어린 시절 우연히 들었던 믿지 못할 한마디 이 세상을 다 준다는 매혹적인 얘기 내게 꿈을 심어주었어 말도 안돼 고개 저어도 내 안에 나 나를 보고 속삭여 세상은 꿈꾸는 자의 것이라고 용기를 내 넌 할 수 있어 쉼 없이 흘러가는 시간 이대로 보낼 수는 없잖아 함께 도전하는 거야 너와 나 두 손을 잡고 우리들 모두의 꿈을 모아서 외로움과 두려움이 우릴 힘들게 하여도 결코 피하지 않아 끝없이 펼쳐진 드넓은 바다에 희망이 우리를 부르니까 거센 바람 높은 파도가 우리 앞길 막아서도 결코 두렵지 않아 끝없이 펼쳐진 수많은 시련들 밝은 내일 위한 거야 말도 안돼 고개 저어도 내 안에 나 나를 보고 속삭여 세상은 꿈꾸는 자의 것이라고 용기를 내 넌 할 수 있어 쉼 없이 흘러가는 시간 이대로 보낼 수는 없잖아 함께 도전하는 거야 너와 나 두 손을 잡고 우리들 모두의 꿈을 모아서 외로움과 두려움이 우릴 힘들게 하여도 결코 피하지 않아 끝없이 펼쳐진 드넓은 바다에 희망이 우리를 부르니까 거센 바람 높은 파도가 우리 앞길 막아서도 결코 두렵지 않아 끝없이 펼쳐진 수많은 시련들 밝은 내일 위한 거야\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 15,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:33:32.233Z\",\n            \"updatedAt\": \"2022-07-15T16:33:23.012Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2163798b73fe5bd9d15\",\n            \"title\": \"미니프로젝트12\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 17,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:26.156Z\",\n            \"updatedAt\": \"2022-07-15T15:26:45.210Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2113798b73fe5bd9d13\",\n            \"title\": \"미니프로젝트11\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 1,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:21.704Z\",\n            \"updatedAt\": \"2022-07-15T15:03:35.318Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 3\n}"}],"_postman_id":"2acecf84-ee46-491c-8fca-aa91d87c2890"},{"name":"마이페이지 - 게시글 조회","id":"27373f56-4010-400e-9441-6d6a37756e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/users/:userId/articles?page=1&perPage=3","urlObject":{"path":["users",":userId","articles"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>댓글 page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>댓글 perPage</p>\n","type":"text/plain"},"key":"perPage","value":"3"}],"variable":[{"type":"any","value":"62c8691b1673e09fbcfa4298","key":"userId"}]}},"response":[{"id":"96ef90bc-2316-485f-95e2-573eb1d55f6c","name":"게시글 조회- userId","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/articles/users/:userId?page=1&perPage=3","host":["localhost:4000/api"],"path":["articles","users",":userId"],"query":[{"key":"page","value":"1","description":"댓글 page"},{"key":"perPage","value":"3","description":"댓글 perPage"}],"variable":[{"key":"userId","value":"62c8691b1673e09fbcfa4298"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1161"},{"key":"ETag","value":"W/\"489-dPvNqsdqWVZLhlhctNqQH68wMHs\""},{"key":"Date","value":"Sat, 16 Jul 2022 07:38:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleList\": [\n        {\n            \"_id\": \"62d188f8091b434dfa06777c\",\n            \"articleType\": \"question\",\n            \"author\": \"asssssasdfasdw\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"redis test3\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-15T15:34:16.051Z\",\n            \"updatedAt\": \"2022-07-15T15:34:16.051Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62d1881979d05133cc321539\",\n            \"articleType\": \"question\",\n            \"author\": \"cowcowcofasdfasdfasdw\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"redis test3\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-15T15:30:33.277Z\",\n            \"updatedAt\": \"2022-07-15T15:30:33.277Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62d1880679d05133cc321534\",\n            \"articleType\": \"question\",\n            \"author\": \"cowcowcofasdfasdfasdw\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"redis test3\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-15T15:30:14.070Z\",\n            \"updatedAt\": \"2022-07-15T15:30:14.070Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 4\n}"}],"_postman_id":"27373f56-4010-400e-9441-6d6a37756e7a"},{"name":"다른사람 정보 보기","id":"8eec93a9-affb-44e3-9bc7-c186c1413f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/users/:githubEmail","urlObject":{"path":["users",":githubEmail"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"chss3339@gmail.com","key":"githubEmail"}]}},"response":[{"id":"1ea7fe21-21f6-4312-b160-e14c2af56b39","name":"다른사람 정보 보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/users/:githubEmail","host":["localhost:4000/api"],"path":["users",":githubEmail"],"variable":[{"key":"githubEmail","value":"chss3339@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"474"},{"key":"ETag","value":"W/\"1da-zBnc71FvPmBYpNUfEzvmG8Y6d3g\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:05:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62c8691b1673e09fbcfa4298\",\n    \"name\": \"신윤수\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": 2,\n    \"position\": \"백엔드\",\n    \"authImage\": \"인증사진\",\n    \"blogAddress\": \"https://velog.io/@chss3339\",\n    \"githubEmail\": \"chss3339@gmail.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"carrots\": 2100,\n    \"role\": \"admin\",\n    \"articles\": [],\n    \"createdAt\": \"2022-07-08T17:27:55.851Z\",\n    \"updatedAt\": \"2022-07-13T14:25:47.608Z\",\n    \"__v\": 0\n}"}],"_postman_id":"8eec93a9-affb-44e3-9bc7-c186c1413f99"},{"name":"다른사람 정보 보기 - 아이디","id":"c7de92b5-0927-42de-80fd-f26b1bcca36e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/users/profile/:userId","urlObject":{"path":["users","profile",":userId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62c8691b1673e09fbcfa4298","key":"userId"}]}},"response":[],"_postman_id":"c7de92b5-0927-42de-80fd-f26b1bcca36e"}],"id":"0dab3ab0-75d2-46c3-bb12-fdf124c5e2d8","_postman_id":"0dab3ab0-75d2-46c3-bb12-fdf124c5e2d8","description":""},{"name":"Admin","item":[{"name":"유저 목록 조회","id":"5b0c9bfa-55d4-4d0a-b40f-00b32adfa929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/admin/users?role=admin&page=1&perPage=10","urlObject":{"path":["admin","users"],"host":["localhost:4000/api"],"query":[{"key":"role","value":"admin"},{"key":"page","value":"1"},{"key":"perPage","value":"10"}],"variable":[]}},"response":[{"id":"8e520ffa-a410-4c1b-96f0-71688afbe9ca","name":"유저 목록 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/admin/users?page=1&perPage=10","host":["localhost:4000/api"],"path":["admin","users"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1457"},{"key":"ETag","value":"W/\"5b1-Nx/Csfz6KJ+5MaL2s7wRBtcO0PE\""},{"key":"Date","value":"Fri, 15 Jul 2022 04:12:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"userList\": [\n        {\n            \"_id\": \"62c8691b1673e09fbcfa4298\",\n            \"name\": \"신윤수\",\n            \"track\": \"SW트랙\",\n            \"trackCardinalNumber\": 2,\n            \"position\": \"백엔드\",\n            \"authImage\": \"인증사진\",\n            \"blogAddress\": \"https://velog.io/@chss3339\",\n            \"githubEmail\": \"chss3339@gmail.com\",\n            \"githubProfileUrl\": \"https://github.com/MCprotein\",\n            \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n            \"carrots\": 2000,\n            \"role\": \"admin\",\n            \"articles\": [],\n            \"createdAt\": \"2022-07-08T17:27:55.851Z\",\n            \"updatedAt\": \"2022-07-14T10:49:42.734Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfcd0bd4960b42f19eebba\",\n            \"name\": \"아이유\",\n            \"track\": \"SW트랙\",\n            \"trackCardinalNumber\": 2,\n            \"position\": \"백엔드\",\n            \"authImage\": \"인증사진\",\n            \"blogAddress\": \"https://velog.io/@chss3339\",\n            \"githubEmail\": \"iu@iu.com\",\n            \"githubProfileUrl\": \"https://github.com/MCprotein\",\n            \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n            \"carrots\": 500,\n            \"role\": \"admin\",\n            \"createdAt\": \"2022-07-14T08:00:11.872Z\",\n            \"updatedAt\": \"2022-07-14T08:08:10.070Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62d025d4bdc6c22240a60d63\",\n            \"name\": \"싸이싸이\",\n            \"track\": \"트랙\",\n            \"trackCardinalNumber\": 1,\n            \"position\": \"백엔\",\n            \"authImage\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/9e5361532f5f8869d90dd21c7551cb7d\",\n            \"blogAddress\": \"\",\n            \"githubEmail\": \"psy@psy.com\",\n            \"githubProfileUrl\": \"https://github.com/MCprotein\",\n            \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n            \"carrots\": 100,\n            \"role\": \"guest\",\n            \"createdAt\": \"2022-07-14T14:19:00.896Z\",\n            \"updatedAt\": \"2022-07-14T14:19:00.896Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 1\n}"}],"_postman_id":"5b0c9bfa-55d4-4d0a-b40f-00b32adfa929"},{"name":"유저 승인","id":"8ae1a4a7-6d4d-48a3-a281-709c0277d7f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"role\": \"racer\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/admin/users/:userId","urlObject":{"path":["admin","users",":userId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62d0f9e6fe48d8606ab571fe","key":"userId"}]}},"response":[{"id":"81a12fb4-b4a4-455d-b65d-f7abe6c84ccb","name":"유저 승인","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"role\": \"racer\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:4000/api/admin/users/:userId","host":["localhost:4000/api"],"path":["admin","users",":userId"],"query":[{"key":"page","value":"1","disabled":true},{"key":"perPage","value":"10","disabled":true}],"variable":[{"key":"userId","value":"62d025d4bdc6c22240a60d63"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"502"},{"key":"ETag","value":"W/\"1f6-dHgm7IHEEVm9eiJcU9jN6eDl3qA\""},{"key":"Date","value":"Fri, 15 Jul 2022 04:32:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62d025d4bdc6c22240a60d63\",\n    \"name\": \"싸이싸이\",\n    \"track\": \"트랙\",\n    \"trackCardinalNumber\": 1,\n    \"position\": \"백엔\",\n    \"authImage\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/9e5361532f5f8869d90dd21c7551cb7d\",\n    \"blogAddress\": \"\",\n    \"githubEmail\": \"psy@psy.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"carrots\": 100,\n    \"role\": \"racer\",\n    \"createdAt\": \"2022-07-14T14:19:00.896Z\",\n    \"updatedAt\": \"2022-07-15T04:32:09.344Z\",\n    \"__v\": 0\n}"}],"_postman_id":"8ae1a4a7-6d4d-48a3-a281-709c0277d7f3"},{"name":"게시글 목록 조회","id":"40bc3af8-ec79-4462-b1a6-fc77c4cf0c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/admin/articles?articleType=question&page=1&perPage=10","urlObject":{"path":["admin","articles"],"host":["localhost:4000/api"],"query":[{"key":"articleType","value":"question"},{"key":"page","value":"1"},{"key":"perPage","value":"10"}],"variable":[]}},"response":[{"id":"43151ae6-1bf5-486d-8752-fa2f5a6d4f8f","name":"게시글 목록 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/admin/articles?articleType=question&page=1&perPage=10","host":["localhost:4000/api"],"path":["admin","articles"],"query":[{"key":"articleType","value":"question"},{"key":"page","value":"1"},{"key":"perPage","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3953"},{"key":"ETag","value":"W/\"f71-xuuisswu9P/SNPmLHadljuf664k\""},{"key":"Date","value":"Fri, 15 Jul 2022 04:12:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleList\": [\n        {\n            \"_id\": \"62cec874e73c5b37d7645834\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 5\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 22,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:20.130Z\",\n            \"updatedAt\": \"2022-07-14T11:26:26.142Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec870e73c5b37d7645830\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 4\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:16.838Z\",\n            \"updatedAt\": \"2022-07-13T13:28:16.838Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec86ee73c5b37d764582c\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 3\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 1,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:14.169Z\",\n            \"updatedAt\": \"2022-07-14T08:40:11.242Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec86be73c5b37d7645828\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 2\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:11.561Z\",\n            \"updatedAt\": \"2022-07-13T13:28:11.561Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec866e73c5b37d7645824\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 1\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 32,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:06.816Z\",\n            \"updatedAt\": \"2022-07-14T10:44:45.683Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cd1bf408f5df42fa839d0f\",\n            \"articleType\": \"question\",\n            \"author\": \"레이스서\",\n            \"authorId\": \"62b3173471aa3d5a99e31468\",\n            \"title\": \"글제목ㅁㅇㄻㅇㄻㄴㅇㄻㄴㅇㄻㅇㄹ\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 1,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-12T07:00:04.406Z\",\n            \"updatedAt\": \"2022-07-12T11:24:06.580Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cd1bb42293848622d6cb28\",\n            \"articleType\": \"question\",\n            \"author\": \"레이스서\",\n            \"authorId\": \"62b3173471aa3d5a99e31468\",\n            \"title\": \"글제목\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-12T06:59:00.849Z\",\n            \"updatedAt\": \"2022-07-12T06:59:00.849Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cd19e4af8cafbcdb6d5e61\",\n            \"articleType\": \"question\",\n            \"author\": \"레이스서\",\n            \"authorId\": \"62b3173471aa3d5a99e31468\",\n            \"title\": \"asdfasdfadfasdfascvzxcvzcvzcvzcvzcvzcvzcvzvzcvzcvsf\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-12T06:51:16.883Z\",\n            \"updatedAt\": \"2022-07-12T06:51:16.883Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cd19c5af8cafbcdb6d5e5e\",\n            \"articleType\": \"question\",\n            \"author\": \"한글한글\",\n            \"authorId\": \"62b3173471aa3d5a99e31468\",\n            \"title\": \"asdfasdfadfasdfascvzxcvzcvzcvzcvzcvzcvzcvzvzcvzcvsf\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-12T06:50:45.149Z\",\n            \"updatedAt\": \"2022-07-12T06:50:45.149Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cc437600d34788905fdd51\",\n            \"articleType\": \"question\",\n            \"author\": \"racerasdfadf\",\n            \"authorId\": \"62b3173471aa3d5a99e31468\",\n            \"title\": \"asdfasdfadfasdfascvzxcvzcvzcvzcvzcvzcvzcvzvzcvzcvsf\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-11T15:36:22.758Z\",\n            \"updatedAt\": \"2022-07-11T15:36:22.758Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 2\n}"}],"_postman_id":"40bc3af8-ec79-4462-b1a6-fc77c4cf0c62"},{"name":"댓글 목록 조회","id":"0a148413-be31-426c-ae2e-b70b1d6375ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/admin/comments?commentType=question&page=1&perPage=10","urlObject":{"path":["admin","comments"],"host":["localhost:4000/api"],"query":[{"key":"commentType","value":"question"},{"key":"page","value":"1"},{"key":"perPage","value":"10"}],"variable":[]}},"response":[{"id":"87b58d87-7e06-46e1-9e41-eaeeb656aa88","name":"댓글 목록 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/admin/comments?commentType=question&page=1&perPage=10","host":["localhost:4000/api"],"path":["admin","comments"],"query":[{"key":"commentType","value":"question"},{"key":"page","value":"1"},{"key":"perPage","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2957"},{"key":"ETag","value":"W/\"b8d-Yvsd/L0sxsgil7Q+kTxqNtTt9PM\""},{"key":"Date","value":"Fri, 15 Jul 2022 04:12:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"commentList\": [\n        {\n            \"_id\": \"62cc5d78b2dfb02d505bcd37\",\n            \"commentType\": \"main\",\n            \"articleId\": \"62cec874e73c5b37d7645834\",\n            \"author\": \"레이서\",\n            \"authorId\": \"62b3173471aa3d5a99e31468\",\n            \"content\": \"댓글 내용\",\n            \"likes\": [\n                0\n            ],\n            \"isAdopted\": false,\n            \"createdAt\": \"2022-07-11T17:27:20.616Z\",\n            \"updatedAt\": \"2022-07-11T17:27:20.616Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cd1c267052bb9a2d645074\",\n            \"commentType\": \"main\",\n            \"articleId\": \"62cec874e73c5b37d7645834\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"갈라쇼\",\n            \"likes\": [\n                0\n            ],\n            \"isAdopted\": false,\n            \"createdAt\": \"2022-07-12T07:00:54.638Z\",\n            \"updatedAt\": \"2022-07-12T07:00:54.638Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cd1c297052bb9a2d645077\",\n            \"commentType\": \"main\",\n            \"articleId\": \"62cec874e73c5b37d7645834\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"디너쇼\",\n            \"likes\": [\n                0\n            ],\n            \"isAdopted\": false,\n            \"createdAt\": \"2022-07-12T07:00:57.737Z\",\n            \"updatedAt\": \"2022-07-12T07:00:57.737Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cd1c327052bb9a2d64507d\",\n            \"commentType\": \"main\",\n            \"articleId\": \"62cec874e73c5b37d7645834\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"파티\",\n            \"likes\": [\n                0\n            ],\n            \"isAdopted\": false,\n            \"createdAt\": \"2022-07-12T07:01:06.520Z\",\n            \"updatedAt\": \"2022-07-12T07:01:06.520Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec8f1005bfc3764e0c165\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62cec866e73c5b37d7645824\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"파티\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:30:25.815Z\",\n            \"updatedAt\": \"2022-07-13T13:30:25.815Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec8f8005bfc3764e0c168\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62cec866e73c5b37d7645824\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"파티2\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:30:32.643Z\",\n            \"updatedAt\": \"2022-07-13T13:30:32.643Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec8fb005bfc3764e0c16b\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62cec866e73c5b37d7645824\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"파티3\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:30:35.508Z\",\n            \"updatedAt\": \"2022-07-13T13:30:35.508Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec8fe005bfc3764e0c16e\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62cec866e73c5b37d7645824\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"파티4\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:30:38.107Z\",\n            \"updatedAt\": \"2022-07-13T13:30:38.107Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec900005bfc3764e0c171\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62cec866e73c5b37d7645824\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"파티5\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:30:40.728Z\",\n            \"updatedAt\": \"2022-07-13T13:30:40.728Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec906005bfc3764e0c174\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62cec866e73c5b37d7645824\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"파티6\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:30:46.337Z\",\n            \"updatedAt\": \"2022-07-13T14:23:05.601Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 2\n}"}],"_postman_id":"0a148413-be31-426c-ae2e-b70b1d6375ab"},{"name":"프로젝트 목록 조회","id":"f45650d8-9f11-4616-a539-0b3ba96fdd76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/admin/projects?page=1&perPage=10","urlObject":{"path":["admin","projects"],"host":["localhost:4000/api"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"10"}],"variable":[]}},"response":[{"id":"5b4d257f-4241-451e-865d-425dedc515bb","name":"프로젝트 목록 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/admin/projects?page=1&perPage=10","host":["localhost:4000/api"],"path":["admin","projects"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9324"},{"key":"ETag","value":"W/\"246c-UIhaj2hG2BU6FVfcmnFvOGQ9z80\""},{"key":"Date","value":"Fri, 15 Jul 2022 04:08:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"projectList\": [\n        {\n            \"_id\": \"62cfc853974b1e6927796ca3\",\n            \"title\": \"뉴스기사\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:40:03.473Z\",\n            \"updatedAt\": \"2022-07-14T07:40:03.473Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc6cc974b1e6927796ca1\",\n            \"title\": \"우리의 꿈 - 코요태\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"내 어린 시절 우연히 들었던 믿지 못할 한마디 이 세상을 다 준다는 매혹적인 얘기 내게 꿈을 심어주었어 말도 안돼 고개 저어도 내 안에 나 나를 보고 속삭여 세상은 꿈꾸는 자의 것이라고 용기를 내 넌 할 수 있어 쉼 없이 흘러가는 시간 이대로 보낼 수는 없잖아 함께 도전하는 거야 너와 나 두 손을 잡고 우리들 모두의 꿈을 모아서 외로움과 두려움이 우릴 힘들게 하여도 결코 피하지 않아 끝없이 펼쳐진 드넓은 바다에 희망이 우리를 부르니까 거센 바람 높은 파도가 우리 앞길 막아서도 결코 두렵지 않아 끝없이 펼쳐진 수많은 시련들 밝은 내일 위한 거야 말도 안돼 고개 저어도 내 안에 나 나를 보고 속삭여 세상은 꿈꾸는 자의 것이라고 용기를 내 넌 할 수 있어 쉼 없이 흘러가는 시간 이대로 보낼 수는 없잖아 함께 도전하는 거야 너와 나 두 손을 잡고 우리들 모두의 꿈을 모아서 외로움과 두려움이 우릴 힘들게 하여도 결코 피하지 않아 끝없이 펼쳐진 드넓은 바다에 희망이 우리를 부르니까 거센 바람 높은 파도가 우리 앞길 막아서도 결코 두렵지 않아 끝없이 펼쳐진 수많은 시련들 밝은 내일 위한 거야\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:33:32.233Z\",\n            \"updatedAt\": \"2022-07-14T07:33:32.233Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2163798b73fe5bd9d15\",\n            \"title\": \"미니프로젝트12\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 10,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:26.156Z\",\n            \"updatedAt\": \"2022-07-14T07:16:04.375Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2113798b73fe5bd9d13\",\n            \"title\": \"미니프로젝트11\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:21.704Z\",\n            \"updatedAt\": \"2022-07-14T07:13:21.704Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc20c3798b73fe5bd9d11\",\n            \"title\": \"미니프로젝트10\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 3,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:16.962Z\",\n            \"updatedAt\": \"2022-07-14T07:16:15.453Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2093798b73fe5bd9d0f\",\n            \"title\": \"미니프로젝트9\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 1,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:13.632Z\",\n            \"updatedAt\": \"2022-07-14T07:16:20.916Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2043798b73fe5bd9d0b\",\n            \"title\": \"미니프로젝트7\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:08.648Z\",\n            \"updatedAt\": \"2022-07-14T07:13:08.648Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2023798b73fe5bd9d09\",\n            \"title\": \"미니프로젝트6\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:06.166Z\",\n            \"updatedAt\": \"2022-07-14T07:13:06.166Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc1f83798b73fe5bd9d03\",\n            \"title\": \"미니프로젝트3\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:12:56.479Z\",\n            \"updatedAt\": \"2022-07-14T07:12:56.479Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc1f53798b73fe5bd9d01\",\n            \"title\": \"미니프로젝트2\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:12:53.378Z\",\n            \"updatedAt\": \"2022-07-14T07:12:53.378Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 2\n}"}],"_postman_id":"f45650d8-9f11-4616-a539-0b3ba96fdd76"},{"name":"유저 삭제","id":"82e7c2bf-47c5-4690-b158-bf061a203b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:4000/api/admin/users/:userId","urlObject":{"path":["admin","users",":userId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62cfcd0bd4960b42f19eebba","key":"userId"}]}},"response":[{"id":"7d9ed68f-c6de-4827-a286-6bd9bc79c87a","name":"유저 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:4000/api/admin/users/:userId","host":["localhost:4000/api"],"path":["admin","users",":userId"],"variable":[{"key":"userId","value":"62cfcd0bd4960b42f19eebba"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"450"},{"key":"ETag","value":"W/\"1c2-lI45pupVkHW7YULc3MTIH+IqUMU\""},{"key":"Date","value":"Fri, 15 Jul 2022 04:18:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfcd0bd4960b42f19eebba\",\n    \"name\": \"아이유\",\n    \"track\": \"SW트랙\",\n    \"trackCardinalNumber\": 2,\n    \"position\": \"백엔드\",\n    \"authImage\": \"인증사진\",\n    \"blogAddress\": \"https://velog.io/@chss3339\",\n    \"githubEmail\": \"iu@iu.com\",\n    \"githubProfileUrl\": \"https://github.com/MCprotein\",\n    \"githubAvatar\": \"https://avatars.githubusercontent.com/u/89785501?v=4\",\n    \"carrots\": 500,\n    \"role\": \"admin\",\n    \"createdAt\": \"2022-07-14T08:00:11.872Z\",\n    \"updatedAt\": \"2022-07-14T08:08:10.070Z\",\n    \"__v\": 0\n}"}],"_postman_id":"82e7c2bf-47c5-4690-b158-bf061a203b65"},{"name":"게시글 삭제","id":"f3648275-dc6c-4070-9e69-7d1308b1849a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:4000/api/admin/articles/:articleId","urlObject":{"path":["admin","articles",":articleId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62cd19e4af8cafbcdb6d5e61","key":"articleId"}]}},"response":[{"id":"68ac141b-5f8d-4d88-b7a0-f8efc3fe5a88","name":"게시글 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:4000/api/admin/articles/:articleId","host":["localhost:4000/api"],"path":["admin","articles",":articleId"],"variable":[{"key":"articleId","value":"62cd19e4af8cafbcdb6d5e61"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"420"},{"key":"ETag","value":"W/\"1a4-S9Gtbe3KxdjRUuk7ZvrHxQs6Tus\""},{"key":"Date","value":"Fri, 15 Jul 2022 04:16:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"_id\": \"62cd19e4af8cafbcdb6d5e61\",\n        \"articleType\": \"question\",\n        \"author\": \"레이스서\",\n        \"authorId\": \"62b3173471aa3d5a99e31468\",\n        \"title\": \"asdfasdfadfasdfascvzxcvzcvzcvzcvzcvzcvzcvzvzcvzcvsf\",\n        \"content\": \"markdown editor contents\",\n        \"views\": 0,\n        \"carrots\": 100,\n        \"tags\": [\n            {\n                \"name\": \"react\"\n            },\n            {\n                \"name\": \"react-router\"\n            },\n            {\n                \"name\": \"recoil\"\n            }\n        ],\n        \"likes\": [],\n        \"createdAt\": \"2022-07-12T06:51:16.883Z\",\n        \"updatedAt\": \"2022-07-12T06:51:16.883Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"f3648275-dc6c-4070-9e69-7d1308b1849a"},{"name":"프로젝트 삭제","id":"e5da5255-c017-43c2-98f9-365606e5f94f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:4000/api/admin/projects/:projectId","urlObject":{"path":["admin","projects",":projectId"],"host":["localhost:4000/api"],"query":[],"variable":[{"id":"b2e65382-b72f-4be7-89ff-685ca8a8fc60","type":"any","value":"62cfc2073798b73fe5bd9d0d","key":"projectId"}]}},"response":[{"id":"255d7f73-6222-4ccb-a946-44f56ba490f4","name":"프로젝트 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:4000/api/projects/:projectId","host":["localhost:4000/api"],"path":["projects",":projectId"],"variable":[{"key":"projectId","value":"62cfc2073798b73fe5bd9d0d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"752"},{"key":"ETag","value":"W/\"2f0-y+XE2hQGcsfJQu1HuF291dOrvwM\""},{"key":"Date","value":"Thu, 14 Jul 2022 07:31:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfc2073798b73fe5bd9d0d\",\n    \"title\": \"미니프로젝트8\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"shortDescription\": \"미니프로젝트 설명입니다.\",\n    \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n    \"thumbnail\": \"임이지\",\n    \"views\": 1,\n    \"tags\": [\n        {\n            \"name\": \"react\"\n        },\n        {\n            \"name\": \"react-router\"\n        },\n        {\n            \"name\": \"recoil\"\n        }\n    ],\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T07:13:11.082Z\",\n    \"updatedAt\": \"2022-07-14T07:31:32.607Z\",\n    \"__v\": 0\n}"}],"_postman_id":"e5da5255-c017-43c2-98f9-365606e5f94f"},{"name":"댓글 삭제","id":"f33aad76-4942-4d92-b7c0-034a2d3568bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:4000/api/comments/:commentId","urlObject":{"path":["comments",":commentId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62cd1c2e7052bb9a2d64507a","key":"commentId"}]}},"response":[{"id":"3ba239d9-d967-4b73-90da-9177a5355c6b","name":"댓글 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:4000/api/comments/:commentId","host":["localhost:4000/api"],"path":["comments",":commentId"],"variable":[{"key":"commentId","value":"62cd1c2e7052bb9a2d64507a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"290"},{"key":"ETag","value":"W/\"122-/NZBKgL5bBusl0Urp7QzH0GESM4\""},{"key":"Date","value":"Fri, 15 Jul 2022 04:07:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cd1c2e7052bb9a2d64507a\",\n    \"commentType\": \"main\",\n    \"articleId\": \"62cec874e73c5b37d7645834\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"content\": \"워터밤\",\n    \"likes\": [\n        0\n    ],\n    \"isAdopted\": true,\n    \"createdAt\": \"2022-07-12T07:01:02.416Z\",\n    \"updatedAt\": \"2022-07-14T10:49:42.718Z\",\n    \"__v\": 0\n}"}],"_postman_id":"f33aad76-4942-4d92-b7c0-034a2d3568bc"}],"id":"45b27a30-1be6-4ba3-8457-34049dfe70b3","_postman_id":"45b27a30-1be6-4ba3-8457-34049dfe70b3","description":""},{"name":"Article","item":[{"name":"게시글 작성","id":"81c1145b-b2ac-47ce-9cba-9bed9fc1a1b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"articleType\": \"question\",\r\n    \"author\": \" redis loverrzxcvzxcvzxcvedis loverredis loverredis loverredis lover\",\r\n    \"title\": \"i love redis\",\r\n    \"content\": \"zxcvzxcvzcvzxcvzcvzxcvzcxvzcvzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzxc\",\r\n    \"carrots\": 100,\r\n    \"tags\": [\r\n        \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/articles","urlObject":{"path":["articles"],"host":["localhost:4000/api"],"query":[],"variable":[]}},"response":[{"id":"5a3906cd-18ff-403d-b220-ba5a80ac9b0e","name":"게시글 작성","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"articleType\": \"question\",\r\n    \"author\": \"신윤수\",\r\n    \"title\": \"포스트맨 response\",\r\n    \"content\": \"markdown editor contents\",\r\n    \"carrots\": 100,\r\n    \"tags\": [\r\n        {\"name\": \"react\"}, {\"name\":\"react-router\"} , {\"name\":\"recoil\"}\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/articles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"376"},{"key":"ETag","value":"W/\"178-lHPOl+gDZ98a9wMWvkGD1fJfnkk\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:26:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleType\": \"question\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"title\": \"포스트맨 response\",\n    \"content\": \"markdown editor contents\",\n    \"views\": 0,\n    \"carrots\": 100,\n    \"tags\": [\n        {\n            \"name\": \"react\"\n        },\n        {\n            \"name\": \"react-router\"\n        },\n        {\n            \"name\": \"recoil\"\n        }\n    ],\n    \"_id\": \"62cfd3350970328a0cb8612d\",\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T08:26:29.018Z\",\n    \"updatedAt\": \"2022-07-14T08:26:29.018Z\",\n    \"__v\": 0\n}"}],"_postman_id":"81c1145b-b2ac-47ce-9cba-9bed9fc1a1b8"},{"name":"게시글 수정","id":"48431a31-e5be-4d27-8962-bcfa224d51b9","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\": \"포스트맨 수정 가즈아~\",\r\n    \"content\": \"포스트맨 흠뻑쇼로 간다, fpdkffn\",\r\n    \"tags\": [\r\n        {\"name\": \"배곺\"}\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/articles/:articleId","urlObject":{"path":["articles",":articleId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62d27d89040a52fe9aa54bdb","key":"articleId"}]}},"response":[{"id":"1ae9e485-4678-4716-bec0-4efe3604ffb8","name":"게시글 수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"포스트맨 수정\",\r\n    \"content\": \"포스트맨 흠뻑쇼로 간다\",\r\n    \"tags\": [\r\n        {\"name\": \"배곺\"}\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:4000/api/articles/:articleId","host":["localhost:4000/api"],"path":["articles",":articleId"],"variable":[{"key":"articleId","value":"62cfd3350970328a0cb8612d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"341"},{"key":"ETag","value":"W/\"155-eXgyGdYKNxTSHJO3qaGz0xRf6gs\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:28:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfd3350970328a0cb8612d\",\n    \"articleType\": \"question\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"title\": \"포스트맨 수정\",\n    \"content\": \"포스트맨 흠뻑쇼로 간다\",\n    \"views\": 1,\n    \"carrots\": 100,\n    \"tags\": [\n        {\n            \"name\": \"배곺\"\n        }\n    ],\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T08:26:29.018Z\",\n    \"updatedAt\": \"2022-07-14T08:28:10.523Z\",\n    \"__v\": 0\n}"}],"_postman_id":"48431a31-e5be-4d27-8962-bcfa224d51b9"},{"name":"게시글 삭제","id":"20bbec38-25a0-468e-be2d-0665ad588ecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:4000/api/articles/:articleId","urlObject":{"path":["articles",":articleId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62d3db79fe52643d9d057cf4","key":"articleId"}]}},"response":[{"id":"fa8cd2f0-1528-4ed2-a232-f7fcd29069bc","name":"게시글 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:4000/api/articles/:articleId","host":["localhost:4000/api"],"path":["articles",":articleId"],"variable":[{"key":"articleId","value":"62cfd3350970328a0cb8612d"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Date","value":"Thu, 14 Jul 2022 08:29:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Forbidden: 댓글이 존재하여 삭제할 수 없습니다.\n            <br> &nbsp; &nbsp;at ArticleValidation.&lt;anonymous&gt; (/Users/sys/Desktop/project/backend/src/utils/validation-article.ts:113:23)\n            <br> &nbsp; &nbsp;at Generator.next (&lt;anonymous&gt;)\n            <br> &nbsp; &nbsp;at fulfilled (/Users/sys/Desktop/project/backend/src/utils/validation-article.ts:5:58)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"47d28026-5dc1-4195-98e8-e170533e19ec","name":"게시글 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:4000/api/articles/:articleId","host":["localhost:4000/api"],"path":["articles",":articleId"],"variable":[{"key":"articleId","value":"62cfd3350970328a0cb8612d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"342"},{"key":"ETag","value":"W/\"156-KfccMrH7xJDzZV4xLBs/lPUdyZo\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:48:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfd3350970328a0cb8612d\",\n    \"articleType\": \"question\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"title\": \"포스트맨 수정\",\n    \"content\": \"포스트맨 흠뻑쇼로 간다\",\n    \"views\": 12,\n    \"carrots\": 100,\n    \"tags\": [\n        {\n            \"name\": \"배곺\"\n        }\n    ],\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T08:26:29.018Z\",\n    \"updatedAt\": \"2022-07-14T08:48:00.213Z\",\n    \"__v\": 0\n}"}],"_postman_id":"20bbec38-25a0-468e-be2d-0665ad588ecd"},{"name":"게시글 조회 - articleId","id":"d4e302c1-9bc8-4e8d-99a6-81f68f6980fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/articles/:articleId?page=1&perPage=3","urlObject":{"path":["articles",":articleId"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>댓글 page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>댓글 perPage</p>\n","type":"text/plain"},"key":"perPage","value":"3"}],"variable":[{"type":"any","value":"62d3fc11558bef7cb9b3e006","key":"articleId"}]}},"response":[{"id":"59efaf3a-77fb-4cd2-91bc-9bb9df70f47e","name":"게시글 조회 - articleId","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/articles/:articleId?page=1&perPage=3","host":["localhost:4000/api"],"path":["articles",":articleId"],"query":[{"key":"page","value":"1","description":"댓글 page"},{"key":"perPage","value":"3","description":"댓글 perPage"}],"variable":[{"key":"articleId","value":"62d27d89040a52fe9aa54bdb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1614"},{"key":"ETag","value":"W/\"64e-FFbpOjtMjm9Jfz4wZyfGcN6DeU8\""},{"key":"Date","value":"Sat, 16 Jul 2022 10:53:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleInfo\": {\n        \"_id\": \"62d27d89040a52fe9aa54bdb\",\n        \"articleType\": \"question\",\n        \"author\": \"asssssasdfasdw\",\n        \"authorId\": \"62c8691b1673e09fbcfa4298\",\n        \"title\": \"포스트맨 수정 가즈아~\",\n        \"content\": \"포스트맨 흠뻑쇼로 간다, fpdkffn\",\n        \"views\": 3,\n        \"carrots\": 100,\n        \"tags\": [\n            {\n                \"name\": \"배곺\"\n            }\n        ],\n        \"likes\": [],\n        \"comments\": [\n            {\n                \"commentId\": \"62d298a5359345ea25de7221\"\n            }\n        ],\n        \"createdAt\": \"2022-07-16T08:57:45.229Z\",\n        \"updatedAt\": \"2022-07-16T10:53:50.874Z\",\n        \"__v\": 0\n    },\n    \"commentList\": [\n        {\n            \"_id\": \"62d298a5359345ea25de7221\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62d27d89040a52fe9aa54bdb\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"댓글 가즈아~~~~fasdfasdfㄴㅇㄹㄴㅇㄹㄴㅇㄹasdfasd~~~~ㅁㄴㅇㅇㄹㄹㅇㅂ~~~\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-16T10:53:25.982Z\",\n            \"updatedAt\": \"2022-07-16T10:53:25.982Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62d296f4401fc3f0c25c4e4c\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62d27d89040a52fe9aa54bdb\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"댓글 가즈아~~~~fasdfasdfㄴㅇㄹㄴㅇㄹㄴㅇㄹasdfasd~~~~ㅁㄴㅇㅇㄹㄹㅇㅂ~~~\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-16T10:46:12.795Z\",\n            \"updatedAt\": \"2022-07-16T10:46:12.795Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62d296d7ef4463d24abffa30\",\n            \"commentType\": \"question\",\n            \"articleId\": \"62d27d89040a52fe9aa54bdb\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"댓글 가즈아~~~~fasdfasdfㄴㅇㄹㄴㅇㄹㄴㅇㄹasdfasd~~~~ㅁㄴㅇㅇㄹㄹㅇㅂ~~~\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-16T10:45:43.449Z\",\n            \"updatedAt\": \"2022-07-16T10:45:43.449Z\",\n            \"__v\": 0\n        }\n    ],\n    \"commentTotalPage\": 28\n}"}],"_postman_id":"d4e302c1-9bc8-4e8d-99a6-81f68f6980fc"},{"name":"전체 게시글 조회","id":"3afe15ee-fffb-497b-ba8e-54b82809032d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/articles?articleType=question&filter=date&page=1&perPage=20","urlObject":{"path":["articles"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>question(질의응답), free(자유), study(스터디 모집)</p>\n","type":"text/plain"},"key":"articleType","value":"question"},{"description":{"content":"<p>date(최신순), views(인기순)</p>\n","type":"text/plain"},"key":"filter","value":"date"},{"key":"page","value":"1"},{"key":"perPage","value":"20"}],"variable":[]}},"response":[{"id":"76fc9020-7dd1-42a6-988d-1e67b5ae665f","name":"전체 게시글 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/articles?articleType=question&filter=date&page=1&perPage=3","host":["localhost:4000/api"],"path":["articles"],"query":[{"key":"articleType","value":"question","description":"question(질의응답), free(자유), study(스터디 모집)"},{"key":"filter","value":"date","description":"date(최신순), views(인기순)"},{"key":"page","value":"1"},{"key":"perPage","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1180"},{"key":"ETag","value":"W/\"49c-p7Qvv/IPKqNtKvF3hRbzi2GXn1k\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:24:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleList\": [\n        {\n            \"_id\": \"62cec874e73c5b37d7645834\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 5\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:20.130Z\",\n            \"updatedAt\": \"2022-07-13T13:28:20.130Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec870e73c5b37d7645830\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 4\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:16.838Z\",\n            \"updatedAt\": \"2022-07-13T13:28:16.838Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec86ee73c5b37d764582c\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 3\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:14.169Z\",\n            \"updatedAt\": \"2022-07-13T13:28:14.169Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 5\n}"}],"_postman_id":"3afe15ee-fffb-497b-ba8e-54b82809032d"},{"name":"게시글 좋아요","id":"104fe5ac-ef6f-450f-977e-115ad6e42c65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"localhost:4000/api/articles/:articleId/heart","urlObject":{"path":["articles",":articleId","heart"],"host":["localhost:4000/api"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"type":"any","value":"62d3cd5d03b9c4c8567562e7","key":"articleId"}]}},"response":[{"id":"907779f3-82d9-4750-aa43-ba7e4d6aef13","name":"게시글 좋아요","originalRequest":{"method":"PUT","header":[],"url":{"raw":"localhost:4000/api/articles/:articleId/heart","host":["localhost:4000/api"],"path":["articles",":articleId","heart"],"query":[{"key":"","value":"","disabled":true}],"variable":[{"key":"articleId","value":"62d3fc11558bef7cb9b3e006"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-rq9iupSkipoci1FrGvX7wxkNFCw\""},{"key":"Date","value":"Mon, 18 Jul 2022 06:19:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"success\"\n}"}],"_postman_id":"104fe5ac-ef6f-450f-977e-115ad6e42c65"}],"id":"c27c411b-4905-4c5f-9b18-a397319f6114","_postman_id":"c27c411b-4905-4c5f-9b18-a397319f6114","description":""},{"name":"Search","item":[{"name":"Article - 작성자 검색","id":"65762aa6-9603-4033-9c32-80fb01d9687c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/search?author=레스서&type=question","urlObject":{"path":["search"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>작성자 이름</p>\n","type":"text/plain"},"key":"author","value":"레스서"},{"description":{"content":"<p>게시판 타입(question, free, study)</p>\n","type":"text/plain"},"key":"type","value":"question"}],"variable":[]}},"response":[{"id":"67eab8f9-6ded-441a-81a4-ccb18bbc2dd0","name":"Article - 작성자 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/search/articles?author=레이&articleType=question&filter=date&page=1&perPage=2","host":["localhost:4000/api"],"path":["search","articles"],"query":[{"key":"author","value":"레이","description":"작성자 이름"},{"key":"articleType","value":"question","description":"게시판 타입(question, free, study)"},{"key":"filter","value":"date","description":"date(최신순), views(인기순)"},{"key":"page","value":"1"},{"key":"perPage","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"806"},{"key":"ETag","value":"W/\"326-6chrJSNzSNPn5H8L+pzYcmEaA+U\""},{"key":"Date","value":"Thu, 14 Jul 2022 18:23:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleList\": [\n        {\n            \"_id\": \"62cd1bf408f5df42fa839d0f\",\n            \"articleType\": \"question\",\n            \"author\": \"레이스서\",\n            \"authorId\": \"62b3173471aa3d5a99e31468\",\n            \"title\": \"글제목ㅁㅇㄻㅇㄻㄴㅇㄻㄴㅇㄻㅇㄹ\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 1,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-12T07:00:04.406Z\",\n            \"updatedAt\": \"2022-07-12T11:24:06.580Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cd1bb42293848622d6cb28\",\n            \"articleType\": \"question\",\n            \"author\": \"레이스서\",\n            \"authorId\": \"62b3173471aa3d5a99e31468\",\n            \"title\": \"글제목\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 0,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-12T06:59:00.849Z\",\n            \"updatedAt\": \"2022-07-12T06:59:00.849Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 2\n}"}],"_postman_id":"65762aa6-9603-4033-9c32-80fb01d9687c"},{"name":"\bProject - 작성자 검색","id":"31542107-b435-4f8c-845b-0cb419eebe09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/search/projects/?author=신윤&filter=date&page=1&perPage=5","urlObject":{"path":["search","projects",""],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>작성자 이름</p>\n","type":"text/plain"},"key":"author","value":"신윤"},{"description":{"content":"<p>date(최신순), views(인기순)</p>\n","type":"text/plain"},"key":"filter","value":"date"},{"key":"page","value":"1"},{"key":"perPage","value":"5"}],"variable":[]}},"response":[{"id":"50118ee7-c9e6-4e1a-8376-03dcd9d12842","name":"\bProject - 작성자 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/search/projects/?author=신윤&filter=date&page=1&perPage=5","host":["localhost:4000/api"],"path":["search","projects",""],"query":[{"key":"author","value":"신윤","description":"작성자 이름"},{"key":"filter","value":"date","description":"date(최신순), views(인기순)"},{"key":"page","value":"1"},{"key":"perPage","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5559"},{"key":"ETag","value":"W/\"15b7-66/fwh0h7FBFYPVW+bApyUlSXU0\""},{"key":"Date","value":"Thu, 14 Jul 2022 18:41:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleList\": [\n        {\n            \"_id\": \"62cfc853974b1e6927796ca3\",\n            \"title\": \"뉴스기사\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:40:03.473Z\",\n            \"updatedAt\": \"2022-07-14T07:40:03.473Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc6cc974b1e6927796ca1\",\n            \"title\": \"우리의 꿈 - 코요태\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"내 어린 시절 우연히 들었던 믿지 못할 한마디 이 세상을 다 준다는 매혹적인 얘기 내게 꿈을 심어주었어 말도 안돼 고개 저어도 내 안에 나 나를 보고 속삭여 세상은 꿈꾸는 자의 것이라고 용기를 내 넌 할 수 있어 쉼 없이 흘러가는 시간 이대로 보낼 수는 없잖아 함께 도전하는 거야 너와 나 두 손을 잡고 우리들 모두의 꿈을 모아서 외로움과 두려움이 우릴 힘들게 하여도 결코 피하지 않아 끝없이 펼쳐진 드넓은 바다에 희망이 우리를 부르니까 거센 바람 높은 파도가 우리 앞길 막아서도 결코 두렵지 않아 끝없이 펼쳐진 수많은 시련들 밝은 내일 위한 거야 말도 안돼 고개 저어도 내 안에 나 나를 보고 속삭여 세상은 꿈꾸는 자의 것이라고 용기를 내 넌 할 수 있어 쉼 없이 흘러가는 시간 이대로 보낼 수는 없잖아 함께 도전하는 거야 너와 나 두 손을 잡고 우리들 모두의 꿈을 모아서 외로움과 두려움이 우릴 힘들게 하여도 결코 피하지 않아 끝없이 펼쳐진 드넓은 바다에 희망이 우리를 부르니까 거센 바람 높은 파도가 우리 앞길 막아서도 결코 두렵지 않아 끝없이 펼쳐진 수많은 시련들 밝은 내일 위한 거야\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:33:32.233Z\",\n            \"updatedAt\": \"2022-07-14T07:33:32.233Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2163798b73fe5bd9d15\",\n            \"title\": \"미니프로젝트12\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 10,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:26.156Z\",\n            \"updatedAt\": \"2022-07-14T07:16:04.375Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2113798b73fe5bd9d13\",\n            \"title\": \"미니프로젝트11\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:21.704Z\",\n            \"updatedAt\": \"2022-07-14T07:13:21.704Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc20c3798b73fe5bd9d11\",\n            \"title\": \"미니프로젝트10\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 3,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:16.962Z\",\n            \"updatedAt\": \"2022-07-14T07:16:15.453Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 3\n}"}],"_postman_id":"31542107-b435-4f8c-845b-0cb419eebe09"},{"name":"Article - 글 제목 검색","id":"2c702473-ed51-48c3-b4be-bb90d510bd16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/search/articles?title=댓글&articleType=question&filter=views&page=1&perPage=2","urlObject":{"path":["search","articles"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>글 제목</p>\n","type":"text/plain"},"key":"title","value":"댓글"},{"description":{"content":"<p>게시판 타입(question, free, study)</p>\n","type":"text/plain"},"key":"articleType","value":"question"},{"description":{"content":"<p>date(최신순), views(인기순)</p>\n","type":"text/plain"},"key":"filter","value":"views"},{"key":"page","value":"1"},{"key":"perPage","value":"2"}],"variable":[]}},"response":[{"id":"591dc7c4-571f-4ddd-823d-4e5876d46d83","name":"Article - 글 제목 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/search/articles?title=댓글&articleType=question&filter=views&page=1&perPage=2","host":["localhost:4000/api"],"path":["search","articles"],"query":[{"key":"title","value":"댓글","description":"글 제목"},{"key":"articleType","value":"question","description":"게시판 타입(question, free, study)"},{"key":"filter","value":"views","description":"date(최신순), views(인기순)"},{"key":"page","value":"1"},{"key":"perPage","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"799"},{"key":"ETag","value":"W/\"31f-BUtm0/aaKz5AeesPhuqx5vw2Hd0\""},{"key":"Date","value":"Thu, 14 Jul 2022 18:22:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleList\": [\n        {\n            \"_id\": \"62cec866e73c5b37d7645824\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 1\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 32,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:06.816Z\",\n            \"updatedAt\": \"2022-07-14T10:44:45.683Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cec874e73c5b37d7645834\",\n            \"articleType\": \"question\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"title\": \"댓글 페이지네이션 5\",\n            \"content\": \"markdown editor contents\",\n            \"views\": 22,\n            \"carrots\": 100,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-13T13:28:20.130Z\",\n            \"updatedAt\": \"2022-07-14T11:26:26.142Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 3\n}"}],"_postman_id":"2c702473-ed51-48c3-b4be-bb90d510bd16"},{"name":"Project - 글 제목 검색","id":"f702d29d-e875-4340-a8fa-4962b2143f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/search/projects?title=의 꿈&filter=date&page=1&perPage=4","urlObject":{"path":["search","projects"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>글 제목</p>\n","type":"text/plain"},"key":"title","value":"의 꿈"},{"description":{"content":"<p>date(최신순), views(인기순)</p>\n","type":"text/plain"},"key":"filter","value":"date"},{"key":"page","value":"1"},{"key":"perPage","value":"4"}],"variable":[]}},"response":[{"id":"5866bc76-7730-443f-8d8a-d51644b77bde","name":"Project - 글 제목 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/search/projects?title=미&filter=date&page=1&perPage=4","host":["localhost:4000/api"],"path":["search","projects"],"query":[{"key":"title","value":"미","description":"글 제목"},{"key":"filter","value":"date","description":"date(최신순), views(인기순)"},{"key":"page","value":"1"},{"key":"perPage","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3047"},{"key":"ETag","value":"W/\"be7-zM+l45jMOjjepP9rtOjyjH++CYU\""},{"key":"Date","value":"Thu, 14 Jul 2022 18:42:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleList\": [\n        {\n            \"_id\": \"62cfc2163798b73fe5bd9d15\",\n            \"title\": \"미니프로젝트12\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 10,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:26.156Z\",\n            \"updatedAt\": \"2022-07-14T07:16:04.375Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2113798b73fe5bd9d13\",\n            \"title\": \"미니프로젝트11\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 0,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:21.704Z\",\n            \"updatedAt\": \"2022-07-14T07:13:21.704Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc20c3798b73fe5bd9d11\",\n            \"title\": \"미니프로젝트10\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 3,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:16.962Z\",\n            \"updatedAt\": \"2022-07-14T07:16:15.453Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2093798b73fe5bd9d0f\",\n            \"title\": \"미니프로젝트9\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 1,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:13.632Z\",\n            \"updatedAt\": \"2022-07-14T07:16:20.916Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalPage\": 2\n}"}],"_postman_id":"f702d29d-e875-4340-a8fa-4962b2143f2d"}],"id":"45e1a806-7343-4a97-971d-e7f2028e1173","_postman_id":"45e1a806-7343-4a97-971d-e7f2028e1173","description":""},{"name":"Comment","item":[{"name":"댓글 작성","id":"27624e79-2a64-4222-b550-7d3d66489cda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"commentType\": \"question\", // project인 경우 commentType = \"project\"\r\n    \"content\": \"음하음하음하음하음하음하음하음하음하음하음하음하음하음하음하음하음하 \"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/comments/:articleId","urlObject":{"path":["comments",":articleId"],"host":["localhost:4000/api"],"query":[],"variable":[{"description":{"content":"<p>articleId 또는 projectId</p>\n","type":"text/plain"},"type":"any","value":"62d3fc11558bef7cb9b3e006","key":"articleId"}]}},"response":[{"id":"23053a9c-0e29-4951-bfda-9cfd4d97ad0c","name":"댓글 작성","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"commentType\": \"project\",\r\n    \"content\": \"아으6\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:4000/api/comments/:articleId","host":["localhost:4000/api"],"path":["comments",":articleId"],"variable":[{"key":"articleId","value":"62cfc1d83798b73fe5bd9cff"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"291"},{"key":"ETag","value":"W/\"123-Jy3HqL/Vsm2fetujlRyLPS9+h3k\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:51:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"commentType\": \"project\",\n    \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"content\": \"아으6\",\n    \"isAdopted\": false,\n    \"_id\": \"62cfd928739a4f9a0943520c\",\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T08:51:52.153Z\",\n    \"updatedAt\": \"2022-07-14T08:51:52.153Z\",\n    \"__v\": 0\n}"}],"_postman_id":"27624e79-2a64-4222-b550-7d3d66489cda"},{"name":"댓글 수정","id":"229df20a-5d4e-4eb3-8d33-2efa74a852bc","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\": \"와우 친구들 빡빡이 아져씨야 \"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/comments/:commentId","urlObject":{"path":["comments",":commentId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62cfd928739a4f9a0943520c","key":"commentId"}]}},"response":[{"id":"2013da4b-cf79-4f8c-a9ab-80a41dfcad9b","name":"댓글 수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"와우 친구들 빡빡이 아져씨야 \"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:4000/api/comments/:commentId","host":["localhost:4000/api"],"path":["comments",":commentId"],"variable":[{"key":"commentId","value":"62cfd928739a4f9a0943520c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"324"},{"key":"ETag","value":"W/\"144-iPnvjD4rU7RokPHdM30M4R1Jog4\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:55:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfd928739a4f9a0943520c\",\n    \"commentType\": \"project\",\n    \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"content\": \"와우 친구들 빡빡이 아져씨야 \",\n    \"isAdopted\": false,\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T08:51:52.153Z\",\n    \"updatedAt\": \"2022-07-14T08:55:38.963Z\",\n    \"__v\": 0\n}"}],"_postman_id":"229df20a-5d4e-4eb3-8d33-2efa74a852bc"},{"name":"댓글 삭제","id":"dbcbaff7-32f5-4242-ba46-f05697dca87f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:4000/api/comments/:commentId","urlObject":{"path":["comments",":commentId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62d4013a04348cc14d6903fd","key":"commentId"}]}},"response":[{"id":"c293e2ea-41d0-4282-accc-6e5e3279122a","name":"댓글 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:4000/api/comments/:commentId","host":["localhost:4000/api"],"path":["comments",":commentId"],"variable":[{"key":"commentId","value":"62cfd928739a4f9a0943520c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"324"},{"key":"ETag","value":"W/\"144-iPnvjD4rU7RokPHdM30M4R1Jog4\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:56:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfd928739a4f9a0943520c\",\n    \"commentType\": \"project\",\n    \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"content\": \"와우 친구들 빡빡이 아져씨야 \",\n    \"isAdopted\": false,\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T08:51:52.153Z\",\n    \"updatedAt\": \"2022-07-14T08:55:38.963Z\",\n    \"__v\": 0\n}"}],"_postman_id":"dbcbaff7-32f5-4242-ba46-f05697dca87f"},{"name":"댓글 좋아요","id":"705324d5-5f56-4d67-b548-479924ecbe90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"localhost:4000/api/comments/:commentId/heart","urlObject":{"path":["comments",":commentId","heart"],"host":["localhost:4000/api"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"type":"any","value":"62d298a5359345ea25de7221","key":"commentId"}]}},"response":[{"id":"77ec710f-83ab-4213-b097-59598fa4c257","name":"댓글 좋아요","originalRequest":{"method":"PUT","header":[],"url":{"raw":"localhost:4000/api/comments/:commentId/heart","host":["localhost:4000/api"],"path":["comments",":commentId","heart"],"query":[{"key":"","value":"","disabled":true}],"variable":[{"key":"commentId","value":"62d298a5359345ea25de7221"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-rq9iupSkipoci1FrGvX7wxkNFCw\""},{"key":"Date","value":"Mon, 18 Jul 2022 06:35:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"success\"\n}"}],"_postman_id":"705324d5-5f56-4d67-b548-479924ecbe90"},{"name":"댓글 채택","id":"d3fe0930-7fb6-4d12-83a6-db9c36331498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"isAdopted\": true\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/comments/:commentId/adoption","urlObject":{"path":["comments",":commentId","adoption"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62cec920005bfc3764e0c18f","key":"commentId"}]}},"response":[{"id":"f08418e8-46d1-4f49-b829-a09cca2787c8","name":"댓글 채택","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"isAdopted\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:4000/api/comments/:commentId/adoption","host":["localhost:4000/api"],"path":["comments",":commentId","adoption"],"variable":[{"key":"commentId","value":"62cec920005bfc3764e0c18f"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"561"},{"key":"Date","value":"Thu, 14 Jul 2022 10:44:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Conflict: 한개의 답변에만 채택할 수 있습니다.\n            <br> &nbsp; &nbsp;at CommentService.&lt;anonymous&gt; (/Users/sys/Desktop/project/backend/src/services/comment-service.ts:99:23)\n            <br> &nbsp; &nbsp;at Generator.next (&lt;anonymous&gt;)\n            <br> &nbsp; &nbsp;at fulfilled (/Users/sys/Desktop/project/backend/src/services/comment-service.ts:5:58)\n            <br> &nbsp; &nbsp;at processTicksAndRejections (node:internal/process/task_queues:96:5)\n        </pre>\n    </body>\n</html>"},{"id":"c55c9ed7-a009-443b-8aa6-980ffad5d9f5","name":"댓글 채택","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"isAdopted\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:4000/api/comments/:commentId/adoption","host":["localhost:4000/api"],"path":["comments",":commentId","adoption"],"variable":[{"key":"commentId","value":"62cd1c2e7052bb9a2d64507a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"290"},{"key":"ETag","value":"W/\"122-/NZBKgL5bBusl0Urp7QzH0GESM4\""},{"key":"Date","value":"Thu, 14 Jul 2022 10:49:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cd1c2e7052bb9a2d64507a\",\n    \"commentType\": \"main\",\n    \"articleId\": \"62cec874e73c5b37d7645834\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"content\": \"워터밤\",\n    \"likes\": [\n        0\n    ],\n    \"isAdopted\": true,\n    \"createdAt\": \"2022-07-12T07:01:02.416Z\",\n    \"updatedAt\": \"2022-07-14T10:49:42.718Z\",\n    \"__v\": 0\n}"}],"_postman_id":"d3fe0930-7fb6-4d12-83a6-db9c36331498"}],"id":"b9bca4aa-b055-46db-995b-b52e1a07b664","_postman_id":"b9bca4aa-b055-46db-995b-b52e1a07b664","description":""},{"name":"Chat","item":[{"name":"채팅 페이지네이션","id":"b4f8e051-2978-4e81-8a04-fa78b8b85507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/chats?page=2&perPage=5","urlObject":{"path":["chats"],"host":["localhost:4000/api"],"query":[{"key":"page","value":"2"},{"key":"perPage","value":"5"}],"variable":[]}},"response":[],"_postman_id":"b4f8e051-2978-4e81-8a04-fa78b8b85507"}],"id":"39013587-e073-4c20-959c-24de719dd0c4","_postman_id":"39013587-e073-4c20-959c-24de719dd0c4","description":""},{"name":"Project","item":[{"name":"프로젝트 작성","id":"1224a36f-3ae1-4367-a5a6-7196e275b98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"author","value":"레디스레디스레디스레디스레디스레디스","type":"text"},{"key":"title","value":"레디스레디레디스레디스레디스","type":"text"},{"key":"shortDescription","value":"원피스 OST 우리의 꿈 레디","type":"text"},{"key":"description","value":"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.","type":"text"},{"key":"thumbnail","type":"file","src":"/D:/Development/블로깅/closure.png"},{"key":"tags","value":"","type":"text"}]},"url":"localhost:4000/api/projects","description":"<p>프로젝트 게시글 작성 API</p>\n","urlObject":{"path":["projects"],"host":["localhost:4000/api"],"query":[],"variable":[]}},"response":[{"id":"faefc068-2b5e-4e84-b16a-677ed4489125","name":"프로젝트 작성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"author\": \"신윤수\",\n    \"title\": \"뉴스기사\",\n    \"shortDescription\": \"원피스 OST 우리의 꿈\",\n    \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n    \"thumbnail\": \"임이지\",\n        \"tags\": [\n        {\"name\": \"react\"}, {\"name\":\"react-router\"} , {\"name\":\"recoil\"}\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1528"},{"key":"ETag","value":"W/\"5f8-3Dpnx5o2X7zlHxoJXUW7GW5cLC8\""},{"key":"Date","value":"Thu, 14 Jul 2022 07:40:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"뉴스기사\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"shortDescription\": \"원피스 OST 우리의 꿈\",\n    \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n    \"thumbnail\": \"임이지\",\n    \"views\": 0,\n    \"tags\": [\n        {\n            \"name\": \"react\"\n        },\n        {\n            \"name\": \"react-router\"\n        },\n        {\n            \"name\": \"recoil\"\n        }\n    ],\n    \"_id\": \"62cfc853974b1e6927796ca3\",\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T07:40:03.473Z\",\n    \"updatedAt\": \"2022-07-14T07:40:03.473Z\",\n    \"__v\": 0\n}"}],"_postman_id":"1224a36f-3ae1-4367-a5a6-7196e275b98c"},{"name":"전체 프로젝트 조회","id":"77779eb4-2ca6-4c36-b9db-e3ed113b68d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/projects?filter=views&page=1&perPage=30","urlObject":{"path":["projects"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>date(최신순), views(인기순)</p>\n","type":"text/plain"},"key":"filter","value":"views"},{"key":"page","value":"1"},{"key":"perPage","value":"30"}],"variable":[]}},"response":[{"id":"e1044d9a-836d-4281-9ff6-a4031799dbd1","name":"전체 프로젝트 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/projects?filter=views&page=1&perPage=30","host":["localhost:4000/api"],"path":["projects"],"query":[{"key":"filter","value":"views","description":"date(최신순), views(인기순)"},{"key":"page","value":"1"},{"key":"perPage","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20001"},{"key":"ETag","value":"W/\"4e21-BsFARTc+Xa7YZStCj6M7CZApxRY\""},{"key":"Date","value":"Mon, 18 Jul 2022 12:28:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"projectList\": [\n        {\n            \"_id\": \"62cfc1d83798b73fe5bd9cff\",\n            \"title\": \"아이유 - 드라마\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"아이유 노래입니다.\",\n            \"description\": \"나도 한때는 그이의 손을 잡고 내가 온 세상 주인공이 된 듯 꽃송이의 꽃잎 하나하나까지 모두 날 위해 피어났지 올림픽대로 뚝섬 유원지 서촌 골목골목 예쁜 식당 나를 휘청거리게 만든 주옥같은 대사들 다시 누군가 사랑할 수 있을까 예쁘다는 말 들을 수 있을까 하루 단 하루만 기회가 온다면 죽을힘을 다해 빛나리 언제부턴가 급격하게 단조로 바뀌던 배경음악 조명이 꺼진 세트장에 혼자 남겨진 나는 단역을 맡은 그냥 평범한 여자 꽃도 하늘도 한강도 거짓말 나의 드라마는 또 이렇게 끝나 나왔는지조차 모르게 끝났는지조차 모르게\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 556,\n            \"tags\": [\n                {\n                    \"name\": \"아이유\"\n                },\n                {\n                    \"name\": \"가수\"\n                },\n                {\n                    \"name\": \"발라드\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:12:24.550Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.166Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d1076f3dc65ef795fe7e46\",\n            \"title\": \"뉴스기사\",\n            \"author\": \"신윤\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/1f0af5d6fbcd1ed80dd175ec997db412\",\n            \"views\": 133,\n            \"likes\": [\n                {\n                    \"userId\": \"62c8691b1673e09fbcfa4298\"\n                }\n            ],\n            \"tags\": [],\n            \"createdAt\": \"2022-07-15T06:21:35.047Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.181Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d50ba94a2c840d13fd3eab\",\n            \"title\": \"Test\",\n            \"author\": \"Test\",\n            \"authorId\": \"62d25bc23e523b5b2e6e9558\",\n            \"shortDescription\": \"Test\",\n            \"description\": \"Test\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/18650016480f080ed365087dc04e0248\",\n            \"views\": 112,\n            \"tags\": [\n                {\n                    \"name\": \"Test\"\n                },\n                {\n                    \"name\": \"Test2\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-18T07:28:41.391Z\",\n            \"updatedAt\": \"2022-07-18T12:11:15.425Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d3c5a45593c798be41e3d1\",\n            \"title\": \"뉴스기사ssssss\",\n            \"author\": \"으하하핳하하핳\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈ssssss\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/c4e2847b8d48d7dcafdfed19a68101b2\",\n            \"views\": 57,\n            \"tags\": [],\n            \"likes\": [],\n            \"comments\": [],\n            \"createdAt\": \"2022-07-17T08:17:40.071Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.224Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62d50ad24a2c840d13fd3e8a\",\n            \"title\": \"Test\",\n            \"author\": \"Test\",\n            \"authorId\": \"62d25bc23e523b5b2e6e9558\",\n            \"shortDescription\": \"Test\",\n            \"description\": \"# Test\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/3dc373128249cfcfa1a722d4e270defd\",\n            \"views\": 51,\n            \"tags\": [\n                {\n                    \"name\": \"Test\"\n                },\n                {\n                    \"name\": \"Test1\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-18T07:25:06.332Z\",\n            \"updatedAt\": \"2022-07-18T11:33:45.585Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d50c664a2c840d13fd3eb1\",\n            \"title\": \"TestTest\",\n            \"author\": \"TestTest\",\n            \"authorId\": \"62d25bc23e523b5b2e6e9558\",\n            \"shortDescription\": \"TestTest\",\n            \"description\": \"# TestTest\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/a982558506030aacce008a361c718b8d\",\n            \"views\": 50,\n            \"tags\": [\n                {\n                    \"name\": \"TestTest\"\n                },\n                {\n                    \"name\": \"TestTestTestTest\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-18T07:31:50.210Z\",\n            \"updatedAt\": \"2022-07-18T11:30:55.875Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc853974b1e6927796ca3\",\n            \"title\": \"뉴스기사\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 40,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [\n                {\n                    \"userId\": \"62c8691b1673e09fbcfa4298\"\n                }\n            ],\n            \"createdAt\": \"2022-07-14T07:40:03.473Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.202Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d3d2e8a4ce9a3c84982632\",\n            \"title\": \"레디스레디\",\n            \"author\": \"레디스\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈 레디\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/d6556b614292a8dfa1a9f58389d4f56f\",\n            \"views\": 25,\n            \"tags\": [],\n            \"likes\": [],\n            \"comments\": [],\n            \"createdAt\": \"2022-07-17T09:14:16.147Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.229Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfc2163798b73fe5bd9d15\",\n            \"title\": \"미니프로젝트12\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 20,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:26.156Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.218Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc6cc974b1e6927796ca1\",\n            \"title\": \"우리의 꿈 - 코요태\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈\",\n            \"description\": \"내 어린 시절 우연히 들었던 믿지 못할 한마디 이 세상을 다 준다는 매혹적인 얘기 내게 꿈을 심어주었어 말도 안돼 고개 저어도 내 안에 나 나를 보고 속삭여 세상은 꿈꾸는 자의 것이라고 용기를 내 넌 할 수 있어 쉼 없이 흘러가는 시간 이대로 보낼 수는 없잖아 함께 도전하는 거야 너와 나 두 손을 잡고 우리들 모두의 꿈을 모아서 외로움과 두려움이 우릴 힘들게 하여도 결코 피하지 않아 끝없이 펼쳐진 드넓은 바다에 희망이 우리를 부르니까 거센 바람 높은 파도가 우리 앞길 막아서도 결코 두렵지 않아 끝없이 펼쳐진 수많은 시련들 밝은 내일 위한 거야 말도 안돼 고개 저어도 내 안에 나 나를 보고 속삭여 세상은 꿈꾸는 자의 것이라고 용기를 내 넌 할 수 있어 쉼 없이 흘러가는 시간 이대로 보낼 수는 없잖아 함께 도전하는 거야 너와 나 두 손을 잡고 우리들 모두의 꿈을 모아서 외로움과 두려움이 우릴 힘들게 하여도 결코 피하지 않아 끝없이 펼쳐진 드넓은 바다에 희망이 우리를 부르니까 거센 바람 높은 파도가 우리 앞길 막아서도 결코 두렵지 않아 끝없이 펼쳐진 수많은 시련들 밝은 내일 위한 거야\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 18,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:33:32.233Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.197Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc20c3798b73fe5bd9d11\",\n            \"title\": \"미니프로젝트10\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 10,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:16.962Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.240Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc2113798b73fe5bd9d13\",\n            \"title\": \"미니프로젝트11\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 8,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:21.704Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.234Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d50b044a2c840d13fd3e91\",\n            \"title\": \"Test\",\n            \"author\": \"Test\",\n            \"authorId\": \"62d25bc23e523b5b2e6e9558\",\n            \"shortDescription\": \"Test\",\n            \"description\": \"# Test\\r\\n\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/a68c1e86e29e17e09b465a6c612ec2b3\",\n            \"views\": 6,\n            \"tags\": [\n                {\n                    \"name\": \"Test\"\n                },\n                {\n                    \"name\": \"Test1\"\n                },\n                {\n                    \"name\": \"Test22\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-18T07:25:56.924Z\",\n            \"updatedAt\": \"2022-07-18T11:38:57.518Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc2043798b73fe5bd9d0b\",\n            \"title\": \"미니프로젝트7\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 5,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:08.648Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.177Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc2093798b73fe5bd9d0f\",\n            \"title\": \"미니프로젝트9\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 5,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:13.632Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.171Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d50b6b4a2c840d13fd3ea5\",\n            \"title\": \"Test\",\n            \"author\": \"Test3\",\n            \"authorId\": \"62d25bc23e523b5b2e6e9558\",\n            \"shortDescription\": \"Test\",\n            \"description\": \"Test\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/6ef589af95d80798cbc0d9bf46382ab9\",\n            \"views\": 4,\n            \"tags\": [\n                {\n                    \"name\": \"Test\"\n                },\n                {\n                    \"name\": \"Test2\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-18T07:27:39.929Z\",\n            \"updatedAt\": \"2022-07-18T10:52:21.482Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc1f53798b73fe5bd9d01\",\n            \"title\": \"미니프로젝트2\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 3,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:12:53.378Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.207Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc1f83798b73fe5bd9d03\",\n            \"title\": \"미니프로젝트3\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 2,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:12:56.479Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.187Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62cfc2023798b73fe5bd9d09\",\n            \"title\": \"미니프로젝트6\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"미니프로젝트 설명입니다.\",\n            \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n            \"thumbnail\": \"임이지\",\n            \"views\": 2,\n            \"tags\": [\n                {\n                    \"name\": \"react\"\n                },\n                {\n                    \"name\": \"react-router\"\n                },\n                {\n                    \"name\": \"recoil\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T07:13:06.166Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.191Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d3c66299fe8e2bbca22ecb\",\n            \"title\": \"뉴스기사ssssss\",\n            \"author\": \"으하하핳하하핳\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"shortDescription\": \"원피스 OST 우리의 꿈ssssss\",\n            \"description\": \"면역 회피 특성이 기존 코로나19 변이바이스러보다 강한 것으로 알려진 ‘켄타우로스’(BA.2.75) 변이가 국내에도 처음 나타났다. 질병관리청 중앙방역대책본부(방대본)는 최근 인도에서 보고된 오미크론 세부계통 중 하나인 BA.2.75 변이가 국내에서도 확인됐다고 14일 밝혔다. 해당 검체를 가진 확진자는 인천에 사는 60대로 현재 재택치료 중이다. 감염 가능 기간 중 해외여행력은 없으며, 동거인이나 지역사회 접촉자 중 추가 확진자는 현재까지 확인되지 않았다. 방역당국은 이 환자와 접촉한 사람을 추적검사 할 예정이다. 또 환자의 감염경로에 대해선 심층조사를 진행 중이다. BA.2.75는 인도에서 지난 5월 말 처음 발견된 뒤 급속도로 점유율을 높여가고 있다. 이날 기준 영국과 캐나다, 미국, 호주, 독일 등 10여개국에서 119건 확인됐다. 확산 속도가 빠른데다 면역회피 성질이 강하는 등 이전 변이와 달라 그리스신화의 반인반수(半人半獸) ‘켄타우로스’로 불린다.\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/34f22391b61d34a063acaa97cf5cd59e\",\n            \"views\": 2,\n            \"tags\": [],\n            \"likes\": [],\n            \"comments\": [],\n            \"createdAt\": \"2022-07-17T08:20:50.056Z\",\n            \"updatedAt\": \"2022-07-18T12:27:57.212Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62d50b134a2c840d13fd3e96\",\n            \"title\": \"Test\",\n            \"author\": \"Test\",\n            \"authorId\": \"62d25bc23e523b5b2e6e9558\",\n            \"shortDescription\": \"Test\",\n            \"description\": \"# Test\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/5a68373ad25a6a757f75c8ce3f16956e\",\n            \"views\": 2,\n            \"tags\": [\n                {\n                    \"name\": \"Test1\"\n                },\n                {\n                    \"name\": \"Test\"\n                },\n                {\n                    \"name\": \"Test3\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-18T07:26:11.789Z\",\n            \"updatedAt\": \"2022-07-18T11:30:16.836Z\",\n            \"__v\": 0,\n            \"comments\": []\n        },\n        {\n            \"_id\": \"62d50b5a4a2c840d13fd3ea0\",\n            \"title\": \"Test\",\n            \"author\": \"Test\",\n            \"authorId\": \"62d25bc23e523b5b2e6e9558\",\n            \"shortDescription\": \"Test\",\n            \"description\": \"# Test\",\n            \"thumbnail\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/3a43d4f428bc0a9955293c364a9769b7\",\n            \"views\": 2,\n            \"tags\": [\n                {\n                    \"name\": \"Test\"\n                },\n                {\n                    \"name\": \"Test1\"\n                }\n            ],\n            \"likes\": [],\n            \"createdAt\": \"2022-07-18T07:27:22.372Z\",\n            \"updatedAt\": \"2022-07-18T11:32:05.722Z\",\n            \"__v\": 0,\n            \"comments\": []\n        }\n    ],\n    \"totalPage\": 1\n}"}],"_postman_id":"77779eb4-2ca6-4c36-b9db-e3ed113b68d7"},{"name":"프로젝트 조회 - projectId","id":"9b31b300-7ae1-456d-b94a-f265b3ebf78d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/api/projects/:projectId?page&perPage","urlObject":{"path":["projects",":projectId"],"host":["localhost:4000/api"],"query":[{"description":{"content":"<p>댓글 page</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>댓글 perPage</p>\n","type":"text/plain"},"key":"perPage","value":null}],"variable":[{"type":"any","value":"62cfc1d83798b73fe5bd9cff","key":"projectId"}]}},"response":[{"id":"83b67c7d-7f72-4695-bf3c-d51cc8ef3fce","name":"프로젝트 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/projects/:projectId?page&perPage","host":["localhost:4000/api"],"path":["projects",":projectId"],"query":[{"key":"page","value":null,"description":"댓글 page"},{"key":"perPage","value":null,"description":"댓글 perPage"}],"variable":[{"key":"projectId","value":"62cfc2093798b73fe5bd9d0f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"806"},{"key":"ETag","value":"W/\"326-Oz0fOL17R20CTgb0q0ZA5ECOxhw\""},{"key":"Date","value":"Thu, 14 Jul 2022 07:16:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"projectInfo\": {\n        \"_id\": \"62cfc2093798b73fe5bd9d0f\",\n        \"title\": \"미니프로젝트9\",\n        \"author\": \"신윤수\",\n        \"authorId\": \"62c8691b1673e09fbcfa4298\",\n        \"shortDescription\": \"미니프로젝트 설명입니다.\",\n        \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n        \"thumbnail\": \"임이지\",\n        \"views\": 1,\n        \"tags\": [\n            {\n                \"name\": \"react\"\n            },\n            {\n                \"name\": \"react-router\"\n            },\n            {\n                \"name\": \"recoil\"\n            }\n        ],\n        \"likes\": [],\n        \"createdAt\": \"2022-07-14T07:13:13.632Z\",\n        \"updatedAt\": \"2022-07-14T07:16:20.916Z\",\n        \"__v\": 0\n    },\n    \"commentList\": [],\n    \"commentTotalPage\": 0\n}"},{"id":"a9bc841f-75d5-4924-9c7c-bd8f51e38c23","name":"프로젝트 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:4000/api/projects/:projectId?page&perPage","host":["localhost:4000/api"],"path":["projects",":projectId"],"query":[{"key":"page","value":null,"description":"댓글 page"},{"key":"perPage","value":null,"description":"댓글 perPage"}],"variable":[{"key":"projectId","value":"62cfc1d83798b73fe5bd9cff"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2906"},{"key":"ETag","value":"W/\"b5a-2AFNQp4FYyofvQZH68CZqZJHPRU\""},{"key":"Date","value":"Thu, 14 Jul 2022 08:52:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"projectInfo\": {\n        \"_id\": \"62cfc1d83798b73fe5bd9cff\",\n        \"title\": \"아이유 - 드라마\",\n        \"author\": \"신윤수\",\n        \"authorId\": \"62c8691b1673e09fbcfa4298\",\n        \"shortDescription\": \"아이유 노래입니다.\",\n        \"description\": \"나도 한때는 그이의 손을 잡고 내가 온 세상 주인공이 된 듯 꽃송이의 꽃잎 하나하나까지 모두 날 위해 피어났지 올림픽대로 뚝섬 유원지 서촌 골목골목 예쁜 식당 나를 휘청거리게 만든 주옥같은 대사들 다시 누군가 사랑할 수 있을까 예쁘다는 말 들을 수 있을까 하루 단 하루만 기회가 온다면 죽을힘을 다해 빛나리 언제부턴가 급격하게 단조로 바뀌던 배경음악 조명이 꺼진 세트장에 혼자 남겨진 나는 단역을 맡은 그냥 평범한 여자 꽃도 하늘도 한강도 거짓말 나의 드라마는 또 이렇게 끝나 나왔는지조차 모르게 끝났는지조차 모르게\",\n        \"thumbnail\": \"임이지\",\n        \"views\": 5,\n        \"tags\": [\n            {\n                \"name\": \"아이유\"\n            },\n            {\n                \"name\": \"가수\"\n            },\n            {\n                \"name\": \"발라드\"\n            }\n        ],\n        \"likes\": [],\n        \"createdAt\": \"2022-07-14T07:12:24.550Z\",\n        \"updatedAt\": \"2022-07-14T08:52:07.659Z\",\n        \"__v\": 0\n    },\n    \"commentList\": [\n        {\n            \"_id\": \"62cfd917739a4f9a094351fd\",\n            \"commentType\": \"project\",\n            \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"아으\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T08:51:35.337Z\",\n            \"updatedAt\": \"2022-07-14T08:51:35.337Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfd91c739a4f9a09435200\",\n            \"commentType\": \"project\",\n            \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"아으2\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T08:51:40.686Z\",\n            \"updatedAt\": \"2022-07-14T08:51:40.686Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfd91f739a4f9a09435203\",\n            \"commentType\": \"project\",\n            \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"아으3\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T08:51:43.583Z\",\n            \"updatedAt\": \"2022-07-14T08:51:43.583Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfd921739a4f9a09435206\",\n            \"commentType\": \"project\",\n            \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"아으4\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T08:51:45.954Z\",\n            \"updatedAt\": \"2022-07-14T08:51:45.954Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfd924739a4f9a09435209\",\n            \"commentType\": \"project\",\n            \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"아으5\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T08:51:48.736Z\",\n            \"updatedAt\": \"2022-07-14T08:51:48.736Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62cfd928739a4f9a0943520c\",\n            \"commentType\": \"project\",\n            \"articleId\": \"62cfc1d83798b73fe5bd9cff\",\n            \"author\": \"신윤수\",\n            \"authorId\": \"62c8691b1673e09fbcfa4298\",\n            \"content\": \"아으6\",\n            \"isAdopted\": false,\n            \"likes\": [],\n            \"createdAt\": \"2022-07-14T08:51:52.153Z\",\n            \"updatedAt\": \"2022-07-14T08:51:52.153Z\",\n            \"__v\": 0\n        }\n    ],\n    \"commentTotalPage\": 0\n}"}],"_postman_id":"9b31b300-7ae1-456d-b94a-f265b3ebf78d"},{"name":"프로젝트 수정","id":"298ab779-cc35-4698-b9ef-caa42c5cb363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"제목","type":"text"},{"key":"shortDescription","value":"짧은설명","type":"text"},{"key":"description","value":"설명","type":"text"},{"key":"thumbnail","type":"file","src":"/Users/sys/Desktop/스크린샷 2022-07-19 오전 12.04.40.png"},{"key":"tags","value":"[{\"name\": \"오잉\" }]","type":"text"},{"key":"author","value":"이지은","type":"text"}]},"url":"localhost:4000/api/projects/:projectId","urlObject":{"path":["projects",":projectId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62cfc1d83798b73fe5bd9cff","key":"projectId"}]}},"response":[{"id":"e667bf18-cd91-4071-b160-8be3e1596060","name":"프로젝트 수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"author\": \"신윤수\",\n    \"title\": \"아이유 - 드라마\",\n    \"shortDescription\": \"아이유 노래입니다.\",\n    \"description\": \"나도 한때는 그이의 손을 잡고 내가 온 세상 주인공이 된 듯 꽃송이의 꽃잎 하나하나까지 모두 날 위해 피어났지 올림픽대로 뚝섬 유원지 서촌 골목골목 예쁜 식당 나를 휘청거리게 만든 주옥같은 대사들 다시 누군가 사랑할 수 있을까 예쁘다는 말 들을 수 있을까 하루 단 하루만 기회가 온다면 죽을힘을 다해 빛나리 언제부턴가 급격하게 단조로 바뀌던 배경음악 조명이 꺼진 세트장에 혼자 남겨진 나는 단역을 맡은 그냥 평범한 여자 꽃도 하늘도 한강도 거짓말 나의 드라마는 또 이렇게 끝나 나왔는지조차 모르게 끝났는지조차 모르게\",\n    \"thumbnail\": \"임이지\",\n        \"tags\": [\n        {\"name\": \"아이유\"}, {\"name\":\"가수\"} , {\"name\":\"발라드\"}\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:4000/api/projects/:projectId","host":["localhost:4000/api"],"path":["projects",":projectId"],"variable":[{"key":"projectId","value":"62cfc1d83798b73fe5bd9cff"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1102"},{"key":"ETag","value":"W/\"44e-fnMXp28odzoSR4S2esqYwD4fJfI\""},{"key":"Date","value":"Thu, 14 Jul 2022 07:23:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfc1d83798b73fe5bd9cff\",\n    \"title\": \"아이유 - 드라마\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"shortDescription\": \"아이유 노래입니다.\",\n    \"description\": \"나도 한때는 그이의 손을 잡고 내가 온 세상 주인공이 된 듯 꽃송이의 꽃잎 하나하나까지 모두 날 위해 피어났지 올림픽대로 뚝섬 유원지 서촌 골목골목 예쁜 식당 나를 휘청거리게 만든 주옥같은 대사들 다시 누군가 사랑할 수 있을까 예쁘다는 말 들을 수 있을까 하루 단 하루만 기회가 온다면 죽을힘을 다해 빛나리 언제부턴가 급격하게 단조로 바뀌던 배경음악 조명이 꺼진 세트장에 혼자 남겨진 나는 단역을 맡은 그냥 평범한 여자 꽃도 하늘도 한강도 거짓말 나의 드라마는 또 이렇게 끝나 나왔는지조차 모르게 끝났는지조차 모르게\",\n    \"thumbnail\": \"임이지\",\n    \"views\": 4,\n    \"tags\": [\n        {\n            \"name\": \"아이유\"\n        },\n        {\n            \"name\": \"가수\"\n        },\n        {\n            \"name\": \"발라드\"\n        }\n    ],\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T07:12:24.550Z\",\n    \"updatedAt\": \"2022-07-14T07:23:46.600Z\",\n    \"__v\": 0\n}"}],"_postman_id":"298ab779-cc35-4698-b9ef-caa42c5cb363"},{"name":"프로젝트 삭제","id":"ca6e151d-6a0f-4a17-93d7-0144adf4749a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:4000/api/projects/:projectId","urlObject":{"path":["projects",":projectId"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62d3dca2aaefdb2ffc3ae4f4","key":"projectId"}]}},"response":[{"id":"a4e49605-cca9-4a48-a098-addd6762ce19","name":"프로젝트 삭제","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:4000/api/projects/:projectId","host":["localhost:4000/api"],"path":["projects",":projectId"],"variable":[{"key":"projectId","value":"62cfc2073798b73fe5bd9d0d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"752"},{"key":"ETag","value":"W/\"2f0-y+XE2hQGcsfJQu1HuF291dOrvwM\""},{"key":"Date","value":"Thu, 14 Jul 2022 07:31:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62cfc2073798b73fe5bd9d0d\",\n    \"title\": \"미니프로젝트8\",\n    \"author\": \"신윤수\",\n    \"authorId\": \"62c8691b1673e09fbcfa4298\",\n    \"shortDescription\": \"미니프로젝트 설명입니다.\",\n    \"description\": \"낮에는 따사로운 인간적인 여자 커피 한잔의 여유를 아는 품격있는 여자 밤이 오면 심장이 뜨거워지는 여자 그런 반전 있는 여자 나는 사나이 낮에는 너만큼 따사로운 그런 사나이 커피 식기도 전에 원샷 때리는 사나이 밤이 오면 심장이 터져버리는 사나이 그런 사나이\",\n    \"thumbnail\": \"임이지\",\n    \"views\": 1,\n    \"tags\": [\n        {\n            \"name\": \"react\"\n        },\n        {\n            \"name\": \"react-router\"\n        },\n        {\n            \"name\": \"recoil\"\n        }\n    ],\n    \"likes\": [],\n    \"createdAt\": \"2022-07-14T07:13:11.082Z\",\n    \"updatedAt\": \"2022-07-14T07:31:32.607Z\",\n    \"__v\": 0\n}"}],"_postman_id":"ca6e151d-6a0f-4a17-93d7-0144adf4749a"},{"name":"프로젝트 좋아요","id":"3f5333d0-51c8-42e6-b74b-5c1b9ff17d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"localhost:4000/api/projects/:projectId/heart","urlObject":{"path":["projects",":projectId","heart"],"host":["localhost:4000/api"],"query":[],"variable":[{"type":"any","value":"62cfc1d83798b73fe5bd9cff","key":"projectId"}]}},"response":[{"id":"05da852e-fb84-4c18-9c3e-e8af6745fa90","name":"프로젝트 좋아요","originalRequest":{"method":"PUT","header":[],"url":{"raw":"localhost:4000/api/projects/:projectId/heart","host":["localhost:4000/api"],"path":["projects",":projectId","heart"],"variable":[{"key":"projectId","value":"62cfc1d83798b73fe5bd9cff"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-rq9iupSkipoci1FrGvX7wxkNFCw\""},{"key":"Date","value":"Mon, 18 Jul 2022 06:44:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"success\"\n}"}],"_postman_id":"3f5333d0-51c8-42e6-b74b-5c1b9ff17d42"}],"id":"0a7c0d69-21c0-4182-ae8b-0909c3f9e4a9","_postman_id":"0a7c0d69-21c0-4182-ae8b-0909c3f9e4a9","description":""},{"name":"Image","item":[{"name":"이미지 업로드","id":"e1e0cd05-e21c-408c-9f30-87dc15f8d52c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/blackcow/Desktop/garbage.png"}]},"url":"localhost:4000/api/images","urlObject":{"path":["images"],"host":["localhost:4000/api"],"query":[],"variable":[]}},"response":[{"id":"21d7a0b6-291e-4835-9cb9-af3efe4b9975","name":"이미지 업로드","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/D:/Development/블로깅/closure.png"}],"options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/image"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'none'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"Date","value":"Thu, 14 Jul 2022 14:35:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot POST /api/image</pre>\n    </body>\n</html>"},{"id":"ba51d8af-49dd-4126-b5d6-bc0747222f3f","name":"이미지 업로드","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/Users/sys/Desktop/스크린샷 2022-07-17 오후 6.00.53.png"}]},"url":"localhost:4000/api/images"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"105"},{"key":"ETag","value":"W/\"69-cF6ZXcOrng8ZUwDdZt3O7KRPN1c\""},{"key":"Date","value":"Sun, 17 Jul 2022 10:16:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"imageUrl\": \"https://rabbit-hole-image.s3.ap-northeast-2.amazonaws.com/5e4f69e4e0aad739e671c5c068b8ab4c\"\n}"}],"_postman_id":"e1e0cd05-e21c-408c-9f30-87dc15f8d52c"}],"id":"960344b7-13d3-4c13-ad93-f7e01b97b33d","_postman_id":"960344b7-13d3-4c13-ad93-f7e01b97b33d","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0bf28dc9-9a51-414d-a7f4-b841588d9993"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d5e99297-baf0-4e7b-a51c-8d04fffb2854"}}],"variable":[{"key":"host","value":"localhost:4000/api","type":"string"}]}