FRONTEND ROUTES - TheBabblingBrin/capstone-bnb GitHub Wiki
User-facing routes
/login
Log in page
This page displays a log in form
GET /login
POST /login
/signup
This page displays a signup form.
Sign up page
GET /register
POST /register
/
This page displays all of the spots with applied filters
/
/spots
This page displays the specified spot and its details.
- `/spots/:spotId
/user
This page displays the users profile and data
/user
This page displays the users bookings.
/user/bookings
This page displays the users reviews.
/user/reviews