Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 881 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 881 Bytes

Playlist-Maestro

Brings finely tuned Spotify playlist recommendations to users based on their specific preferences. Written in JavaScript/React.js.

Local Installation & Set Up

  1. Register a Spotify App in your Spotify Developer Dashboard and add http://localhost:8000/api/callback as a Redirect URI in the app settings

  2. Create a .env file at the root of the project and add your unique CLIENT_ID and CLIENT_SECRET from the Spotify dashboard

  3. Ensure nvm and npm are installed globally

  4. Install the correct version of Node

    nvm install
  5. Install dependencies

    npm install
  6. Run the React app on http://localhost:3000 and the Node server on http://localhost:8000

    npm start