Harshillagg / music_controller

A collaborative music playing system that integrates spotify api and allows the users to manage musics in a room.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A collaborative music playing system that integrates spotify api and allows the users to manage musics being played in a room.

Setup Instructions

Install Required Python Modules

pip install -r requirements.txt

Start Web Server

To start the web server you need to run the following sequence of commands.

run the django web server.

python manage.py runserver

Install Node Modules

First cd into the frontend folder.

cd frontend

Next install all dependencies.

npm i

Compile the Front-End

Run the production compile script

npm run build

or for development:

npm run dev

About

A collaborative music playing system that integrates spotify api and allows the users to manage musics in a room.


Languages

Language:Python 82.3%Language:JavaScript 12.9%Language:HTML 3.6%Language:CSS 1.1%