nest-clean-architecture icon indicating copy to clipboard operation
nest-clean-architecture copied to clipboard

🏛️ Nest.js clean architecture example following some DDD principles with use-cases written in functionnal programming.

Results 6 nest-clean-architecture issues
Sort by recently updated
recently updated
newest added

[deno.land/x/](https://alosaur.com/docs/intro)

The modules aren't declared in nestcli.json They neither have entry points.

Imports are for modules. The `PrismaService` is already provided in `providers`

to fix error:03000086:digital envelope routines::initialization error: set NODE_OPTIONS=--openssl-legacy-provider

First, 👏 @VincentJouanne this clean architecture template is awesome (and I've checked a few). Small suggestion, in your example, ports belong to the infrastructure directory: Whereas I think those interfaces...