whynot-here / whynot-here-api-server

whynot-here 서비스 API 서버
3 stars 0 forks source link

[BE] feat: 댓글 추가, 삭제, 조회 API #78

Closed osj3474 closed 2 years ago

osj3474 commented 2 years ago

개발된 API 내역은 다음과 같습니다.

Index Method Route Description
1 GET v1/comments/{postId} 단건 공고에 대한 댓글 조회
2 POST v1/comments 댓글 추가
3 DELETE /v1/comments/{commentId} 댓글 삭제

postman 결과를 함께 첨부합니다.

<댓글 조회>

image



<댓글 등록>

image



<댓글 삭제>

doljae commented 2 years ago

@osj3474 님, 프로필 사진 URL도 내려보내주는 작업 추가해주시면서 Conflict도 수정 부탁드립니다 :)