bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: List all posts #396

Closed MercerFrey closed 1 year ago

MercerFrey commented 1 year ago

An endpoint for listing all posts is required. This API should get all posts and all comments associated with them and returns a list.

MercerFrey commented 1 year ago

374This pull request handles posts. However they do not have comments in them.

MercerFrey commented 1 year ago

We decided implementing fetch comments endpoint to get all comments of a post instead of returning comments inside of the list all posts endpoint. Lists all posts works appropriately now.