This is project using a React front-end that will allow users to make calls to the Spotify API to compare Spotify playlists. Follow the steps below to setup the project:
- Navigate to the Spotify-Compare 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