Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
/ test-nestjs-ddd Public archive

Test to apply Domain-Driven Design principals to a NestJS application.

Notifications You must be signed in to change notification settings

3dmind/test-nestjs-ddd

Repository files navigation

test-nestjs-ddd

Test to apply Domain Driven Design principles to a NestJS application.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Test to apply Domain-Driven Design principals to a NestJS application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published