docker compose build && docker compose upFirst its necessary to have the app locally installed
poetry installFeatures are placed as folder-like modules in features/
poetry run python -m fastapi_template.manage feature <feature_name>Middlewares are placed as single files in middlewares/ with <middleware_name>_middleware.py
poetry run python -m fastapi_template.manage middleware <middleware_name>