Concept Flow - CRUD operations
Receive HTTP Request
Route to Controller
Call Service Method
Perform DB Operation
Return Result to Controller
Send HTTP Response
This flow shows how a NestJS app handles CRUD: request comes in, controller routes it, service does DB work, then response goes back.