Skip to content

Frontend Routes

Elhoussine edited this page Mar 18, 2022 · 2 revisions

Frontend Routes

The following routes, defined in App, will render components between NavBar and Footer.

  • /
    • HomePage
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /users/:userId
    • ProfileComponent
    • ProductIndex
  • /product/:id
    • ProductShow
  • /cart
    • CartComponent
      • CartIndexPage
  • /more
Clone this wiki locally