Create a comment entity with the following properties
- authorUsername
- title
- content
- timestamp
- blogId
- replyTo
replyTo will be null, incase the comment is not a reply
We also need need endpoints for adding comments, getting comments etc
Lemme know if need more details
Create a comment entity with the following properties
replyTowill be null, incase the comment is not a replyWe also need need endpoints for adding comments, getting comments etc
Lemme know if need more details