#4 — Bootstrapping: main.ts & AppModule
1) Big Picture: How Nest boots
(main.ts) → (AppModule) → (Your Feature Modules)
main.ts bootstraps the application.
It creates a Nest instance from AppModule.
AppModule is the root module that imports your feature modules (Users, Posts, Auth,...
innosufiyan.hashnode.dev4 min read