stamford-syntax-club / course-compose

Course Compose is a course-review website tailored for Stamford students, providing a platform for sharing and discovering insights about various courses
MIT License
2 stars 0 forks source link

[BACKEND] API for upvote/downvote #4

Open chinathaip opened 11 months ago

chinathaip commented 11 months ago

POST /api/reviews/<reviewID>/upvote POST /api/reviews/<reviewID>/downvote

check for user id through jwt token - must be valid

owner cannot vote his/her own review