-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
kdng edited this page Mar 11, 2022
·
17 revisions
Navbar
- A navbar is displayed across all pages of the app, and contains links to:
- GET /
- GET /login
- GET /sign-up
- GET /movies
- GET /watchlists
- GET /watchlists/watched
- GET /watchlists/watching
- GET /watchlists/to-watch
/movies
- This page will display all movies in the movie list
- Route to page
- GET /movies
- Route to page
/movies/movieId
- This page will get the user to a specific movie when clicked
- Route to specific movie
- GET /movies/movieId