Concept Flow - Decorator-based architecture
Define Class
Apply Decorators
NestJS Reads Metadata
Build Dependency Graph
Instantiate Classes with Injected Dependencies
Run Application
This flow shows how NestJS uses decorators to mark classes and methods, reads metadata, builds dependencies, and runs the app.