Skip to main content

NestJS-mod

A collection of utilities for unifying NestJS applications and modules.

Problems

NestJS is a great framework and you can do great things with it, but often when developing a large number of applications within the same organization, we end up with different application architectures, file structures, and a lot of duplicate code.

Solutions

The NestJS-mod collection of utilities are designed to unify applications and modules, and also introduce new logical options for dividing responsibilities between modules (Core, Feature, Integration, System, Infrastructure).

Bonuses

Since all parts of the application are unified, you can create a report on the entire project infrastructure. Examples of reports: nestjs-mod-example, example-nats-microservice, example-prisma