Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 362 Bytes

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