Skip to content

Repository files navigation

Nest Logo

Description

Domain Driven Design Boilerplate for NestJS based backend.

  • NodeJS Target Runtime - 14.X.X
  • NestJS Version - 7.X.X
  • Module - CommonJS
  • Target - ES2020

Checklist before initial execution

  • Set LOG_DIR and DEV_LOG_FILENAME in the env file.
    • LOG_DIR is the directory for storing the logs.
    • DEV_LOG_FILENAME is the filename for the log file.

Installation

$ npm install

Running the app (NestJS Default Config)

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test (NestJS Default Config)

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Author

About

A boilerplate for DDD based web applications.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages