- Python 3.12
- Django
- Poetry
-
Install dependencies with poetry:
poetry install
-
Configure the database: Update the
settings.py
file with your database configuration. -
Apply migrations:
python src/run.py migrate
-
Run the server:
python src/run.py runserver