frontend routes - earlwoo/Welp GitHub Wiki

User-facing routes

/

Front-page

This page displays a list of restaurants

  • GET /api/restaurants
  • GET /api/users
  • POST /api/session

/:restId

This page displays a business page for a specific restaurant

Review section

  • GET /api/reviews
  • POST /api/reviews

/:restId

The review section will be displayed beneath the specific restaurant's information