Concept Flow - Feature modules
Create Feature Module File
Define @Module with imports, controllers, providers
Export Module Class
Import Feature Module in Root or Other Modules
NestJS Loads Module and Registers Components
Feature Module Provides Scoped Functionality
This flow shows how to create a feature module, define its parts, export it, and import it into the app so NestJS can load and use it.