lealceldeiro/org.wcdevs.blog.core

Create the `Comment` entity and associated business logic

lealceldeiro opened this issue · 0 comments

  • 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