Easily collaborate in playing songs at a party!
- Create a room & set the permissions.
- Share the room code & let others join.
- Play songs and let others vote to play/pause & skip!
- Create a developer profile, and a new app on Spotify by going to Spotify Developer Dashbboard.
- In the app settings, set Redirect URI as
http://localhost:8000/spotify/redirect/
. - Copy the
CLIENT_ID
&CLIENT_SECRET
, & paste it in the file/path/to/repo/spotify/credentials.py
file.
$ cd path/to/repo/
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
$ cd path/to/repo/frontend/
$ npm install
$ npm run dev
Now the app is live at http://localhost:8000/