out.mp4
The App aims to give your guests control over the party's music playlist, and even the power to vote on skipping tracks they're not vibing with.
- Spotify API Auth
- Room creations to share the control of the Host Spotify player
- Possible to change room settings on the fly
- Django
- Django REST framework
- React.js - Vite
- Material UI
- ElephantSQL
- Python
- Django
- ElephantSQL account (https://dev.to/diegorramos84/connect-django-to-elephantsql-10g0)
- Spotify premium (Host)
.env file (/path/to/room-music/music_controller/music_controller/.env)
# ElephantSQL data
DATABASE_NAME=$$$$$
DATABASE_USER=$$$$$
DATABASE_PASS=$$$
DATABASE_HOST=$$$$
DATABASE_PORT=$$$$
# Spotify data
CLIENT_ID=$$$$$
CLIENT_SECRET=$$$$$
REDIRECT_URI=$$$$
git clone git@github.com:diegorramos84/room-music.git
cd room-music/frontend
npm install
npm run dev
#start pipenv
pipenv shell
pipenv install
cd music_controller
python3 manage.py runserver