Skip to content

Frontend Routes

Henry Pan edited this page Apr 1, 2021 · 2 revisions

Frontend Routes

  • /

    • Splash Page, shows a couple of tracks.
  • /discover

    • Front page for logged in users only. Shows a lot (or all) of tracks.
  • /users/:id or /:username

    • User page, containing all tracks the user has uploaded.
  • /tracks/:id or /:username/tracks/:title

    • Page for a particular track, containing the track and comments.
  • /upload

    • Page to upload a new track.

Clone this wiki locally