Any logged in user (jwt) should be able to add a like to a project in the project page. This is the ticket for the backend part of the implementation.
- add a like table linked to the project table
- one like per user per project
- add CRD (no update) api endpoints for this