- Copy
backend/.env.example
tobackend/.env
and fill in the placeholders. Usually you should only have to change the following variables after creating both a Slack and Spotify development app:SLACK_CLIENT_ID
SLACK_CLIENT_SECRET
SPOTIFY_CLIENT_ID
SPOTIFY_CLIENT_SECRET
- Make sure Docker and Docker Compose are installed (I use Docker for Mac)
- The application will be accessible at localhost:5000