-
Ensure the following are installed and configured a. python3.9 (with pyenv) b. poetry c. docker compose d. Make (author used GNU Make)
-
Setup poetry virtual environment
From project root run:
poetry env use python3.9 poetry install
-
Copy
.env-example
to a file named.env
and populate.env
with values -
Run application in developer mode
From project root run:
make dev