Files
music-controller/README.md
T
2025-12-27 15:33:48 -05:00

855 B

About

Django + React application. It allows users to create and join rooms were a host can login to spotify to play music , host can allow users to play/pause music and set votes to skip current song. Users can rejoin a room if they have the code. Host leaving the room destroys it on the DB.

display

Spotify API

  • Api changed they require premium to use any player commands

spotify api

Build

  • port needs to change frontend/src/Env.ts to django current
docker-compose up --build

Debug spotify endpoints

  • Need to implement expiry tokens , refresh

  • if the session is created from react localhost:8000/spotify/ won't carry over the session key , the cookie can be copied from http://127.0.0.1:5173/room/ to the view