6f3bdd61d4a2cea84864eea037df3f9f0ed7d256
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.
Spotify API
- Api changed they require premium to use any player commands
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
Description
Languages
Python
50.8%
TypeScript
42.2%
CSS
2.8%
Dockerfile
2%
JavaScript
1.1%
Other
1.1%

