-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
Daniel Upchurch edited this page Feb 26, 2021
·
9 revisions
- Log In Page
- [
/login
]
- Registration page
- [
/signup
]
Home page rendered whether user is logged in our not.
- Main component is the map component that shows all resources available
- [
/
]
- List of resource categories which will link to a list of all resources in a particular category.
- [
/resources
]
- List of resources filtered by category parameter.
- [
/categories/:categoryId
]
- Detail about a specific resource
- [
/resources/:id
]