Skip to content

yvanflorian/dip-nest-poc

Repository files navigation

DIP in NestJS with TypeORM

Here is a sample of how we can apply the dependency inversion principle in Nest together with TypeORM An explanation can be found in this Article

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.

Releases

No releases published

Packages

No packages published