Frontend Routes - maxwelljmckee/scare_bnb GitHub Wiki

Splash

  • / -> Home page welcomes new and existing users with travel suggestions and special offers

Authentication

  • /sign-up -> Sign up for an account
  • /login -> Existing user sign-in

House Listings

  • /houses/register -> Existing user creates a house to list for booking
  • /houses -> List of the houses that are available for booking
  • /houses/<id> -> Page for an individual house

Reviews

  • /houses/<id>/write-review -> Individual form to write a review for an individual house
  • /houses/<id>/reviews -> Get all the reviews written for the individual house

Manage Your Hosting/Booking

  • /users/<id>/houses -> Get all houses owned by a specified user(host)
  • /users/<id>/bookings -> Get all bookings associated with a specified user

Update User Profile

  • /users/<id>/settings -> User can update or cancel their membership
⚠️ **GitHub.com Fallback** ⚠️