Skip to content

Our House Party Clone is a dynamic and interactive app that redefines group music experiences. Users can create or join rooms using a unique code, enabling synchronized music playback and collective track voting for an engaging house party atmosphere. Leveraging the Spotify API, the app allows real-time song search, addition, and management.

Notifications You must be signed in to change notification settings

Nithin-Kamineni/House-Party-Clone

Repository files navigation

Music-Controller-Web-App-Tutorial

The code for Tech With Tim's "Django & React Full Stack Web App Tutorial" series.

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 cd into your desired tutorial folder (replace x with tutorial number).

cd "Tutorial x"

Next run the django web server.

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
houseparty0 houseparty houseparty2 houseparty3

About

Our House Party Clone is a dynamic and interactive app that redefines group music experiences. Users can create or join rooms using a unique code, enabling synchronized music playback and collective track voting for an engaging house party atmosphere. Leveraging the Spotify API, the app allows real-time song search, addition, and management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published