Allow liking posts #11

Closed
opened 2024-06-11 18:22:14 +02:00 by clement.freville2 · 0 comments
clement.freville2 commented 2024-06-11 18:22:14 +02:00 (Migrated from codefirst.iut.uca.fr)

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.

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`.
Sign in to join this conversation.
No description provided.