Frontend Routes - dech0n/hobby-hub GitHub Wiki
/login
This page displays a log in form
Log in page
GET /login
POST /login
/signup
This page displays a signup form.
Sign up page
GET /signup
POST /signup
/
Home page
This is a simple splash page with the slogan as well as a navigation bar with login/signup or logout buttons.
GET /
/hobbies
Hobbies page
This page displays pre-seeded Hobbies for users to discover and add to their Wheelhouses.
GET /hobbies
Hobby page
This page displays available information for a specific Hobby, including user experiences.
GET /hobbies/:id
/wheelhouse
My Wheelhouse page
This page displays the hobbies a user has added to their wheelhouse with links that correspond with the hobby statuses.
GET /wheelhouse
User Hobby page
This page displays personalized hobby information based on resources the user has added.
GET /:userId/user-hobby/:userHobbyId