Frontend Routes - vmeduri1/SOUNDTOUCH GitHub Wiki

User-facing routes

/user/login

Log in Page

This page displays a log in form

  • GET /login
  • POST /login
  • POST /demo-user

/user/logout

  • POST /logout

/user/signup

Sign up page

This page displays a sign up form

  • GET /sign-up
  • POST /sign-up

/

This page displays the most recent songs with their artist and album cover, as well as a means to play, pause, rewind, and fast-forward them, on the bottom of the screen.

  • GET /

/upload

This page sets the user up to upload a song with a given audio file, requiring a Title.

  • GET /upload
  • POST /upload