USE_CLEAN_ARCHITECTURE = {{ use_clean_arch|title }}
{% if use_clean_arch %}✅ Using Clean Architecture implementation with proper domain entities, use cases, and repositories.
{% else %}⚠️ Using Legacy implementation with tangled dependencies and architectural violations.
{% endif %}Stop the server (Ctrl+C) and restart with:
# Legacy: python main.py
# Clean: USE_CLEAN_ARCHITECTURE=true python main.py
No orders yet. Create your first order!
{% endif %}