Tune in is a Collaborative Music Playing Systems where multiple guests can join a room and enjoy the song being played. Tune in uses spotify api, which requires the host to login to spotify. Guests can pause and vote to skip the current song only if the host of the room owns a spotify premium account.
Tune In is available under Apache License, read the LICENSE file for more info
- Fork the Repository
- Open your Terminal / Cmd
git clone "https://github.com/vvHacker007/Tune-In.git"
cd Tune-In
pip install virtualenv
python -m venv <name of environment>
source <name>/bin/activate
pip install -r requirements.txt
python manage.py runserver
- Open a new Terminal / Cmd
cd frontend
npm run dev
Server starts running on port 127.0.0.1:8000/🚀