API 명세서
| Method | URI | Description |
|---|---|---|
| Post | /api/user/join | 회원 가입 |
| Delete | /api/user/delete | 회원 탈퇴 |
| Post | /api/articles | 게시글 작성 |
| Patch | /api/articles/{articleId} | 게시글 수정 |
| Delete | /api/articles/{articleId} | 게시글 삭제 |
| Post | /api/comments/{articleId} | 댓글 작성 |
| Patch | /api/comments/{articleId}/{commentId} | 댓글 수정 |
| Delete | /api/comments/{articleId}/{commentId} | 댓글 삭제 |