Skip to content

manaalm/ddr-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDR Project

Web-based rhythm game inspired by Dance Dance Revolution (DDR). React frontend and Django backend.

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd ddr-project
  2. 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
  3. Frontend Setup:

    cd frontend
    npm install
    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published