Concept Flow - First NestJS application
Start NestJS CLI
Generate new project
Create main.ts (entry)
Define AppModule
Define AppController
Define AppService
Bootstrap application
Listen on port
App ready to accept requests
This flow shows how NestJS starts from CLI project creation, sets up modules, controllers, and services, then boots the app to listen for requests.