This application displays the changes in a foreign Spotify playlist on a webpage and allows the user to adopt them into its own playlist.
- MongoDB
- MongoDB PHP-extension enabled
- cURL PHP-extension enabled
- Node 14
- copy
.env.example
to.env
and set the environment variables - Install PHP dependencies
composer install
- Build CSS & JS
npm install
npm run build-dev
for development build ornpm run build-prod
for production build