The goal is not to over-engineer the solution, but to provide a clean and functional implementation that demonstrates good API design practices. This project implements a REST API for user management ...
POST / PUT /task/user/{userId}/task/{taskId} Associer une tâche à un utilisateur DELETE /task/user/{userId}/task/{taskId} Retirer l'association tâche ↔ ...