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.
- Host: GitHub
- URL: https://github.com/vvhacker007/tune-in
- Owner: vvHacker007
- License: apache-2.0
- Created: 2021-08-08T13:10:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T10:08:18.000Z (over 2 years ago)
- Last Synced: 2025-04-12T12:28:33.982Z (7 months ago)
- Topics: django, django-react, django-react-integration, django-rest-framework, music-player, reactjs, spotify-api
- Language: Python
- Homepage:
- Size: 474 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/🚀