Frontend Routes - davidjettt/Staybnb GitHub Wiki
'/'
- Home page that includes all the spots. This page is also typically where the user will either login or sign up.
'/spots/:spotId'
- Page that includes additional information about a specific spots.
'/create-a-spot'
- Page that contains a form for the user to create a new spot.
'/spots/:spotId/edit'
- Page that contains a form for the user to update a spot.
'/your-spots'
- Page that lists all the current user's spots.
'/your-bookings'
- Page that lists all the current user's past and upcoming bookings.