Inter_Generational_Solidarity/ ├── app/ │ ├── main.py # App entry point, CORS middleware, router registration │ ├── config.py # Environment variable settings (pydantic-settings) │ ├── dependencies.py ...
This project implements a clean, decoupled Layered Architecture adhering to Domain-Driven Design (DDD) principles and dependency injection. By separating responsibilities, we ensure the codebase is ...