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

댓글 CRUD API #37

Open
abcdana opened this issue Mar 3, 2025 · 1 comment
Open

댓글 CRUD API #37

abcdana opened this issue Mar 3, 2025 · 1 comment
Assignees

Comments

@abcdana
Copy link
Collaborator

abcdana commented Mar 3, 2025

  • 게시글에 댓글을 등록하는 기능 추가
  • Endpoint: /api/posts/{postId}/comments (POST)
  • 요구 사항
    • 댓글 내용은 1자 이상 입력해야 함
    • 부모 댓글 ID가 있으면 대댓글로 저장
@abcdana abcdana self-assigned this Mar 3, 2025
@abcdana
Copy link
Collaborator Author

abcdana commented Mar 3, 2025

댓글 목록 조회 API

  • 특정 게시글의 댓글을 조회하는 API 추가
  • Endpoint: /api/posts/{postId}/comments (GET)
  • 요구 사항
    • 댓글을 최신순으로 정렬하여 반환
    • 대댓글 구조를 포함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant