See what you and your friends are listening to on Spotify.
Go to Spotify's Developer Portal and create an app.
Set Redirect URI
to http://localhost:8000
Get client ID and secret.
mv .env .env.bak
./configure.sh
Database credentials will be genrated and you will be asked for Spotify App configuration.
docker build -t local/xoomify:latest .
docker-compose up -d
Create database schema:
docker exec -it ${APP_CONTAINER_ID} php /var/www/bin/console doctrine:migrations:migrate
visit http://localhost:8000 in your browser.
The default cron job to update user play history runs every 10 minutes (check docker-compose.yaml ).
composer install
npm install
php bin/console doctrine:migrations:migrate
npm run watch
symfony server:start --no-tls
composer test