Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 935 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 935 Bytes

Spotify

  • 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

Usage

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

Images of Site

  • 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

The site is in development, so only certain users can fully access the site.