📁 src ├── 📄 index.ts # App entry point ├── 📁 config # Env, DB, and other global configs ├── 📁 middlewares # Custom middlewares (e.g ...