Skip to content

Latest commit

 

History

History

nest-di

A little example nest-application with React SSR and SQliteDB

Consist from 2 modules:

1 NoDiModule

A muddy coupled implementation with manually instantiating of everything. Based on example from Mark Seemann's book "Dependency Injection in .NET" "

2 DiModule

Decoupled implementation with pure business logic (no framework in BL)

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod