tbf-challenge / teamwork-be

This is the backend repository for teamwork
0 stars 0 forks source link

return number of likes as part of get article endpoint response #319

Closed jocrah closed 1 year ago

jocrah commented 1 year ago

Task Description

In light of adding a feature to compute the likes on a post, we currently want to return the number of likes for a particular article

Technical Considerations

  1. The api endpoint in question is /articles/:id
  2. We can have the same likesCount database column name as the name of the field returned as part of api response.