Front End Routes - lucascostamonteiro/RememberTheBread GitHub Wiki

Front End Routes

Log in page

/login This page displays a log in form

  • GET /login
  • POST /login

Sign up page

/signup This page displays a signup form.

  • GET /signup
  • POST /signup

Log out page

/ This page would redirect to the welcome page.

  • GET /

List page

/:userId This page would render the HTML associated with the list (displaying the tasks).