-
You must register your application (including redirect URI) with Spotify in your developer dashboard.
-
Configure the following environment variables:
SPOTIFY_ID
- the client IDSPOTIFY_SECRET
- the client secret
-
Clone the repo:
git clone [email protected]:mixtape.git $GOPATH/src/github.com/therevels/mixtape
-
Copy the example
.env
file and edit the environment variables (see configuration instructions):cp .env.example .env vim .env
-
Build the image locally:
docker-compose build
-
Start the app containers locally:
docker-compose up
-
Visit https://localhost:8088 in a browser