Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 213 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 213 Bytes

NestJs - clean architecture - DDD - event sourcing

Quick start

cp .env.sample .env
yarn install
./node_modules/.bin/prisma migrate dev --name init
./node_modules/.bin/prisma generate
yarn test