Skip to content

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

Notifications You must be signed in to change notification settings

bell2lee/api.blog.paperlee.io

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published