Skip to content

Frontend Routes

Daniel Upchurch edited this page Feb 26, 2021 · 9 revisions

User-facing routes

/login

  • Log In Page
  • [/login]

/signup

  • Registration page
  • [/signup]

/ Splash Page

Home page rendered whether user is logged in our not.

  • Main component is the map component that shows all resources available
  • [/]

/resources

  • List of resource categories which will link to a list of all resources in a particular category.
  • [/resources]

/categories/:categoryId

  • List of resources filtered by category parameter.
  • [/categories/:categoryId]

/resources/:id

  • Detail about a specific resource
  • [/resources/:id]
Clone this wiki locally