Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 582 Bytes

spotify-playlist-observer

This application displays the changes in a foreign Spotify playlist on a webpage and allows the user to adopt them into its own playlist.

playlist_observer

Requirements

  • MongoDB
  • MongoDB PHP-extension enabled
  • cURL PHP-extension enabled
  • Node 14

Installation

  1. copy .env.example to .env and set the environment variables
  2. Install PHP dependencies
    • composer install
  3. Build CSS & JS
    • npm install
    • npm run build-dev for development build or npm run build-prod for production build