This app provide your top tracks & artists, audio analize of your playlists. Goal is to connect to songkick API to find the concerts/shows of your favorite artists around you.
You need to copy the .env.dist
file to .env
on the root of the app.
cp .env.dist .env
Then you need to provide your Spotify client ID & Secret in the .env
file :
OAUTH_SPOTIFY_CLIENT_ID=your_client_id
OAUTH_SPOTIFY_CLIENT_SECRET=your_client_secret
To finish, you have to source the .env
:
source .env
Once you're done, simply cd
to your project and run docker-compose up -d
.
You can access your application via localhost:8000
.