Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 415 Bytes

Nestjs Domain Driven Design - Full Cycle

book

Required docker and docker-compose

How to run the application?

  • cp -r .env.example .env

  • view script in package.json

  • run yarn up that exec command docker-compose down && docker-compose up --build

Test Coverage