Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 892 Bytes

File metadata and controls

40 lines (35 loc) · 892 Bytes
  1. Download Docker, install it, and ensure it is running.

  2. Download and install the github CLI from GitHub CLI.

  3. Clone the repository using the command:

    gh repo clone DanielTKC/quiz_of_fury
  4. Navigate to the project directory:

    cd quiz_of_fury
  5. Build the Docker image:

    docker compose up
  6. Open a new terminal window and run the following commands:

    docker compose up exec app bash
    cd src
    poetry shell
    python manage.py migrate
  7. Open your web browser and go to:

     http://127.0,0.1:8000 OR
     http://localhost:8000 OR
     http://0.0.0.0:8000
    

img_2.png

Generate some sample data

From command line, run:

docker compose exec app bash
cd src
python manage.py create_sample_deck