Skip to content

The code for HouseParty React and Django App which is a cutting-edge music web application leveraging the Spotify API

Notifications You must be signed in to change notification settings

divyasrinaraharisetti/HouseParty-Music-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HouseParty-Music-Controller

The code for HouseParty React and Django App

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.

Next run the django web server. python manage.py runserver

Install Node.js

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

The code for HouseParty React and Django App which is a cutting-edge music web application leveraging the Spotify API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published