-
Notifications
You must be signed in to change notification settings - Fork 0
Backend Routes
Michelle Naim edited this page Oct 8, 2020
·
4 revisions
-
GET /StaticPagesController#root
-
POST /api/users- sign up
-
POST /api/session- log in -
DELETE /api/session- log out
-
GET /api/movies- view all movies available
-
GET /api/genres/:genreid- view all movies related to a specific genre
-
GET /api/list- view all movies in user's list -
POST /api/list/:movieid- add a movie to the list -
DELETE /api/list/:movieid- remove a movie from the list