Skip to content

React Frontend, Django Backend app to play music with your friends

Notifications You must be signed in to change notification settings

AbhiByte/music-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. First run the django web server.

bash
python manage.py runserver

Install Node Modules

First cd into the frontend folder.

cd frontend

Next install all dependicies.

npm i

Compile the Front-End

Run the production compile script

npm run build

or for development:

npm run dev

About

React Frontend, Django Backend app to play music with your friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published