Web-based rhythm game inspired by Dance Dance Revolution (DDR). React frontend and Django backend.
-
Clone the repository:
git clone <repository-url> cd ddr-project
-
Backend Setup:
cd backend python -m venv venv source venv/bin/activate pip install -r requirements.txt python manage.py migrate python manage.py runserver
-
Frontend Setup:
cd frontend npm install npm run dev