Skip to content

Frontend Routes

Brian X edited this page Apr 2, 2021 · 3 revisions

User-facing routes

/login

Log in page

This page displays a log in form

  • GET /login
  • POST /login

/signup

Sign up page

This page displays a signup form.

  • GET /signup
  • POST /signup

/

Home page

This page displays a home/landing page. This page will have a button to the log-in and sign-up pages

  • GET /

/ToDoomList

ToDoomList page

This page is where all the displays for CRUD operations on schemes/ploys will be placed.

  • GET /ToDoomList

Clone this wiki locally