Skip to content

canccevik/nestjs-clean-architecture

Repository files navigation

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

About

🧹 An implementation of Clean Architecture and CQRS for NestJS.

Topics

Resources

License

Stars

Watchers

Forks