/nestjs-clean-architecture

🧹 An implementation of Clean Architecture and CQRS for NestJS.

Primary LanguageTypeScriptMIT LicenseMIT

Nest Logo

An implementation of Clean Architecture and CQRS for NestJS.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Documentation

# open on the web browser
$ http://localhost:3001/api

Test

# e2e tests
$ npm run test:e2e

License