June 2025
Intermediate to advanced
837 pages
24h 50m
English
The largest unit in a Nest application is the module. You can think of a module as a kind of container that contains various other structures such as controllers or services. An application consists of at least one module—the app module—but it can consist of any number of modules. Modules are usually designed thematically. In our case, the MovieDB application consists of three self-implemented modules: the central app module; the movie module, which deals with all matters related to a movie; and the auth module, which ensures that users can log in to the application and is responsible for securing the application’s endpoints.
Figure 14.2 illustrates the modular structure of a Nest application. ...
Read now
Unlock full access