A music collaboration web app that allows users in a virtual room to control music from a single spotify account. It can be used in e.g. parties , It is made using React for the frontend and Django for the backend
pip install -r requirements.txtUse the .env-sample files in the Spotify and music_control directories and create a .env file in the same directories.
Inorder to use Spotify API , create an app on Spotify in the developer dashboard , then fill in the SPOTIFY_CLIENT_KEY, SPOTIFY_CLIENT_ID , SPOTIFY_REDIRECT_URI from the app.
First cd into the music_ontrol project directory
cd "music_ontrol"Next run the django web server.
python manage.py runservercd into the frontend folder.
cd frontendThen install all dependicies.
npm installRun the production compile script
npm run buildor for development:
npm run devGo to
http://127.0.0.1:8000/


