/dependency-injection-tsyringe

This is a mini project made to have a better understanding on how dependency injection with TSyringe works.

Primary LanguageTypeScript

Dependency injection with Tsyringe

| This is a mini project made to have a better understanding on how dependency injection with TSyringe works.

Run Locally

Clone the project

  git clone https://github.com/johnlager/dependency-injection-tsyringe

Go to the project directory

  cd dependency-injection-tsyringe

Install dependencies

  npm install

Start the dev server

  npm run dev

Techs

Typescript

NodeJS

Express

TSyringe

ts-node-dev

TO-DO

  • Add examples on readme

Authors