vvHacker007 / Tune-In

✨A collaborative music playing systems🎶 where multiple guests can join a room ➡🚪 and enjoy the song🎧 being played.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tune-In




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/🚀


Vedansh Vijaywargiya

Vedansh Vijaywargiya


About

✨A collaborative music playing systems🎶 where multiple guests can join a room ➡🚪 and enjoy the song🎧 being played.

License:Apache License 2.0


Languages

Language:Python 51.2%Language:JavaScript 46.7%Language:HTML 1.4%Language:CSS 0.7%