deresegetachew / inversify-nestDI-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inversify-NestJS DI poc

a POC to showcase how our inversifyDI and NestJS DI can live side by side and how we can expose container in inversify to nestjs.

how to play with it:

everything is exposed as Http Routes

localhost:3000/transient localhost:3000/singelton
localhost:3000/childContainer-childMethod localhost:3000/childContainer-getConstant localhost:3000/childContainer-getDynamic

About


Languages

Language:TypeScript 92.5%Language:JavaScript 7.5%