-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
Caroline edited this page May 26, 2021
·
3 revisions
This page displays a log in form
Backend routes included:
GET /loginPOST /login
This page displays a signup form.
Backend routes included:
GET /signupPOST /signup
This page displays the user's dashboard with graphs showing their progress
Backend routes included:
GET /homeGET /problems
This page displays the category's list of problems
Backend routes included:
GET /problems
This page displays the user's profile page
Backend routes included:
GET /user/:id