-
Mylegitech
- Caen
-
03:26
(UTC +02:00) - https://rbourree.github.io/
- https://medium.com/@romain.bourree
- in/romain-bourree
Pinned Loading
-
-
NEST-CleanArchitecture
NEST-CleanArchitecture PublicA lightweight Todo API in NestJS illustrating Clean Architecture: domain entities + value objects in a core layer, use-case services as the application ring, and adapters—REST controllers & Prisma …
TypeScript
-
NEST-DDD
NEST-DDD PublicA minimal Todo API built with NestJS that showcases core Domain-Driven Design concepts—separating a pure domain layer (entities & value objects) from application services and infrastructure adapter…
TypeScript
-
NEST-CQRS
NEST-CQRS PublicLightweight Todo API in NestJS illustrating CQRS: Commands mutate state through a CommandBus and handlers, while Queries hit a QueryBus with read-optimized projections. Domain stays clean; Prisma a…
-
NEST-Hexagonal
NEST-Hexagonal PublicA minimal Todo API built with NestJS that spotlights Hexagonal Architecture (Ports & Adapters): the business core lives in a clean domain layer, while adapters (HTTP controllers, Prisma persistence…
-
NEST-Microservice
NEST-Microservice Publicightweight Todo API in NestJS showcasing microservice architecture: isolated domain logic, dedicated Postgres via Prisma, REST interface & RabbitMQ events, deployable as an independent container an…
If the problem persists, check the GitHub status page or contact support.