FrontEnd Routes - Simonvargas/FeelBrite GitHub Wiki
User-facing routes
/login
Log in page
This page displays a login form with a regular login option, a demo login option, and access to sign-up for an account.
- GET /login
- POST /login
/signup
This page displays a signup form.
Sign up page
- GET /signup
- POST /signup
/
This page display the home page.
- GET
/profile
This page display the user profile. it contains their details about the user and their registration details for their events.
`/event/:id
This page display details about a specific event that was clicked on by the user.
`/event
This page display all of the events listed on the website that are available for registration by the user.