Skip to content

A hexagonal starter architecture implemented using NestJS and references Get Your Hands Dirty on Clean Architecture.

License

Notifications You must be signed in to change notification settings

zhixXiang/nest-ddd-hexagonal-starter

Repository files navigation

nest-ddd-hexagonal-starter

Description

A hexagonal starter architecture implemented using NestJS and references Get Your Hands Dirty on Clean Architecture.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Then you can access from http://localhost:3000/accounts/1

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

A hexagonal starter architecture implemented using NestJS and references Get Your Hands Dirty on Clean Architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published