-
Utilizes the Spotify API to obtain a User, Artists, Album, Playlist, Tracks, and Player information.
-
Utilizes the TicketMaster API to get an Artist's upcoming events
To start the frontend client:
cd client
npm install
npm start
To start the backend server:
cd server
npm install
node index
Since the backend utilizes the build folder, in the frontend client:
npm run build
- In the images directory, there are sample images of each route page.
- These pages include:
User
,Artist
,Playlists
,Recent
,Tracks
,Recommendations
,Artist:id
,Playlist:id
,Album:id
,Track:id
- These pages include:
The site is in development, so only certain users can fully access the site.