instedd / oasis

UCSD Oasis platform
5 stars 4 forks source link

Feature/332 like dislike backend #355

Closed vinovo closed 3 years ago

vinovo commented 3 years ago

endpoints for like/dislike post api/likes/ - create a new like or dislike for a story get `api/likes/{story_id} - get the like/dislike count for a story and whether the story is like/dislike by the current user.

vinovo commented 3 years ago

Change made