bell2lee / api.blog.paperlee.io

Hexagonal Architecture in Nest.js. (DDD, TDD, CQRS, Event Sourcing) (paperlee.io Blog API Server)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexagonal Architecture in Nest.js (DDD, CQRS, Event Sourcing)

  • This is a simple example of how to implement the hexagonal architecture in Nest.js
  • This project is Online blog application.

Installation

docker run --name postgres -p 5432:5432 -e POSTGRES_USER=paperlee -e POSTGRES_DB=paperlee -e POSTGRES_PASSWORD=paperlee -d postgres```

About

Hexagonal Architecture in Nest.js. (DDD, TDD, CQRS, Event Sourcing) (paperlee.io Blog API Server)


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%