An open API service indexing awesome lists of open source software.

https://github.com/vvhacker007/tune-in

✨A collaborative music playing systems🎶 where multiple guests can join a room ➡🚪 and enjoy the song🎧 being played.
https://github.com/vvhacker007/tune-in

django django-react django-react-integration django-rest-framework music-player reactjs spotify-api

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
source /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