This is project using a React front-end that will allow users to make calls to the Spotify API to make a Spotify playlist based on the length of their run. Follow the steps below to setup the project:
- Navigate to the Group-Playlist directory
- Rename the config.json.example file to config.json
- Replace the variables in config.json with the ones for your project which you can get from the Spotify Developer Portal
- Run
npm install - Run
cd client - Run
npm install - Run
npm run build - Run
cd .. - Run
node server.js - Open localhost:3001 in your browser