Planned Routes - monaco021/issue-ify GitHub Wiki

Planned back-end routes

  • "/" - the Homepage
  • "/socialIssue/id" - one of the social issue pages that list the arists
  • "/artist/id" - info about the artist with albums/songs fetch to spotify api
  • "/album/id" - fetch to spotify api
  • "/song/id" -fetch to spotify api
  • "/admin" - allows the admins to see all the forms submitted by the user
  • "/artistForm" - allows users to fill a form to connect artists to a cause
  • "/search" - allows users to search for an artist/album/song
  • /login" - users can login
  • "/logout" -users can logout
  • "/signup" - users can signup for the site " /user/id" - user profile page