/api.blog.paperlee.io

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

Primary LanguageTypeScript

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```