https://developers.spotify.com/dashboard
To setup your account, go to docker-compose.yml and add your spotify app configurations like:- client ID
- Client Secret
- Link your domain callback url
NB: In you spotify dashboard, go to app settings and add callback.php url in Redirect URIs.
After this, you need to go to auth.php via browser and connect your spotify account
To start the project, you need to run the command:chmod 777 api/v1/data
docker-compose up -d