-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Implement a like system for blog posts to allow users to like and unlike individual posts. The feature should:
- Add an endpoint for liking and unliking posts.
- Track the number of likes per post.
- Ensure each user can only like a post once.
- Optionally, display the list of users who liked a post.
This will improve user engagement and interactivity on the blog API.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers