-
Download Docker, install it, and ensure it is running.
-
Download and install the github CLI from GitHub CLI.
-
Clone the repository using the command:
gh repo clone DanielTKC/quiz_of_fury
-
Navigate to the project directory:
cd quiz_of_fury -
Build the Docker image:
docker compose up
-
Open a new terminal window and run the following commands:
docker compose up exec app bash cd src poetry shell python manage.py migrate
-
Open your web browser and go to:
http://127.0,0.1:8000 OR http://localhost:8000 OR http://0.0.0.0:8000
From command line, run:
docker compose exec app bash
cd src
python manage.py create_sample_deck
