기능 Method URL request response 담당자
포스트 전체 조회(인기순 필터) get /api/post 포스트 리스트 대원
포스트 상세 get /api/post post_id 포스트 데이터 로드 대원
검색 get /api/search 검색어 검색 결과 출력 대원
포스트 작성 post /api/post/update dog_name
comment, user_id, img1~5, dog_id 포스트 작성 완료 보람
포스트 수정 post /api/post/modify comment, user_id, img1~5, post_id 포스트 수정 완료 보람
포스트 삭제 post /api/post/delete post_id 포스트 삭제 완료 보람
로그인 post /api/login user_id, pwd 로그인 완료 호양
회원가입 post /api/join user_id, pwd, user_name, {dog_name, dog_age, dog_gender, b_code, birthday} 회원가입 완료 호양
위클리 위너 조회 get /api/winner 위클리 위너 리스트(1위~5위. 사진, 강아지이름) 규홍
좋아요(카운트하기) post /api/likes/update post_id, user_id,
islike 게시글 좋아요 개수 업데이트, 내가 좋아요 눌렀는지 업데이트 규홍