Skip to content
View Rbourree's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Rbourree

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. NEST-Boilerplate NEST-Boilerplate Public

    NEST-Boilerplate

    TypeScript

  2. NEST-CleanArchitecture NEST-CleanArchitecture Public

    A 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

  3. NEST-DDD NEST-DDD Public

    A 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

  4. NEST-CQRS NEST-CQRS Public

    Lightweight 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…

  5. NEST-Hexagonal NEST-Hexagonal Public

    A 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…

  6. NEST-Microservice NEST-Microservice Public

    ightweight Todo API in NestJS showcasing microservice architecture: isolated domain logic, dedicated Postgres via Prisma, REST interface & RabbitMQ events, deployable as an independent container an…