The idea here is to do the full chain from the controller up to the database hit.
Don't forget to use postman to help you (and/or Swagger which is enabled in development mode through http://localhost:5000/swagger )
For this issue, we do not take into account authentication (done in another issue)
Do not hesitate to PR, even if it's only for one check. Small steps, long trek.
Please, drop a comment once you start working on this issue.
[x] All Comments for Article GET /api/articles/{slug}/comments
[x] Create comment for Article GET /api/articles/{slug}/comments
[x] Delete comment for Article GET /api/articles/{slug}/comments/{commentId}
The idea here is to do the full chain from the controller up to the database hit. Don't forget to use postman to help you (and/or Swagger which is enabled in development mode through http://localhost:5000/swagger ) For this issue, we do not take into account authentication (done in another issue) Do not hesitate to PR, even if it's only for one check. Small steps, long trek. Please, drop a comment once you start working on this issue.
[x] All Comments for Article GET /api/articles/{slug}/comments
[x] Create comment for Article GET /api/articles/{slug}/comments
[x] Delete comment for Article GET /api/articles/{slug}/comments/{commentId}