- Flutter frontend with Provider state management - FastAPI backend with SQLAlchemy ORM - Internationalization support (EN/DE) - Clean Architecture folder structure - GoRouter for navigation - GetIt for dependency injection
3 lines
45 B
Plaintext
3 lines
45 B
Plaintext
DATABASE_URL=sqlite:///./tasks.db
|
|
DEBUG=true
|