Question d’entretien chez Luflox

What is a module in NestJS?

Réponse à la question d'entretien

Utilisateur anonyme

26 juin 2025

A module in NestJS is a way to group related code (controllers, services, utilities, etc.) together, it helps you organize the app and control what parts are isolated and which are shared. Every app has at least one root module, and you can create more to structure features