Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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

About

Home of the Quiz of Fury App

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages