Skip to content

frontend routes components

Vincent Shuali edited this page Jan 23, 2023 · 2 revisions
  • / This route checks for a session token and if found will redirect to /members, /restaurants or /clubs if found

    • NavBar
    • HeroPage
    • CardFeature
    • Card
    • Footer
  • /login

  • /signup

  • /members

    • / (index of the member)
    • /<member_id>
  • /restaurants

    • /
    • /deals/
    • /deals/
  • /clubs

    • /
    • /clubs/
    • /clubs/
Clone this wiki locally