Concept Flow - Controller decorator
Define Controller Class
Apply @Controller Decorator
NestJS Registers Route Prefix
Define Route Handlers inside Class
Handle Incoming HTTP Requests
Execute Handler Method
Send Response to Client
The @Controller decorator marks a class as a controller, registering it with NestJS to handle HTTP requests for a specific route prefix.