Create the `Comment` entity and associated business logic
lealceldeiro opened this issue · 0 comments
lealceldeiro commented
- Create entity class
Comment
- Make the corresponding association with
Post
- Implement repositories to handle db access to this entity
- Implement Services with business logic related to entity
- Implement endpoints to provide actions over comments