issues
search
JeonBeomGu-S
/
node-blog-project
0
stars
0
forks
source link
[FEAT] Comment API (CRUD)
#4
Open
JeonBeomGu-S
opened
2 months ago
JeonBeomGu-S
commented
2 months ago
Create
Users can create the comment in the post
POST /api/comments:{postId}
Read
Users and Non-users can retrieve comments
GET /api/comments:{postId}
Update
Users can modify the comment they created
PUT /api/comments:{commenttId}
Delete
Users can delete the comment they created
DELETE /api/comments:{commenttId}