Skip to content

Frontend Routes

Caroline edited this page May 26, 2021 · 3 revisions

Log in page

/login

This page displays a log in form

Backend routes included:

  • GET /login
  • POST /login

Sign up page

/signup

This page displays a signup form.

Backend routes included:

  • GET /signup
  • POST /signup

Homepage

/

This page displays the user's dashboard with graphs showing their progress

Backend routes included:

  • GET /home
  • GET /problems

Problems Page

/category/:id

This page displays the category's list of problems

Backend routes included:

  • GET /problems

Profile Page

/user/:id

This page displays the user's profile page

Backend routes included:

  • GET /user/:id

Clone this wiki locally