Allow liking posts #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The user should be able to like specific posts, and remove likes from posts they already like.
An user should be able to like a post only once and may not remove like from other members.
Two routes should be added, one to like a specific post
/post/{id}/like
and one to remove the like/post/{id}/unlike
.