Install Create a virtual environment Install dependencies via poetry install Run Django migrations via ./manage.py migrate Load fixtures via ./manage.py loaddata app/fixtures/products.yaml Run the server via ./manage.py runserver