Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[이민기] #6

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 미션 - 댓글/대댓글 API

### 구현 기능
- [x] 댓글 작성 API
- [x] 대댓글 작성 API
- [x] 댓글/대댓글 조회 API
- [x] Pagination 적용
- [x] 숨김처리된 댓글/대댓글 조회 불가능
- [x] 댓글/대댓글 삭제 API
- [x] 삭제된 댓글/대댓글은 DB에 남지 않음
- [x] 댓글/대댓글 좋아요 API
- [x] 한 댓글에 대해 중복 좋아요 불가능
- [x] 댓글/대댓글 신고하기 API
- 10개 이상 신고된 댓글/대댓글은 조회시 숨김처리

## 🎯 서버 세팅 방식
- setup.sh 스크립트를 실행하여 서버를 세팅한다.
- setup.sh 스크립트는 다음과 같은 작업을 수행한다.
Expand Down
File renamed without changes.
Loading