Skip to content

Frontend Routes

Tran Le edited this page Apr 25, 2021 · 6 revisions

User-facing routes

/

This page displays the home explore page with dog photos and navigation to log in and sign up.

  • GET /

/login

This page displays a login form

  • GET /login
  • POST /login
  • POST /demo

/logout

  • POST /logout

/signup

This page displays a sign up form

  • GET /signup
  • POST /signup

/user

This page displays the user's photostream and albums

  • GET /user This page displays the user's albums
  • GET /user/albums

/photos

  • /photos/:id

/albums

  • GET /albums/:id

Clone this wiki locally