This project has 6 different application to demonstrate Dependency Injection in Javascript
- Without Dependency Injection
- With Manual Dependency Injection
- With IoC Container (Inversify)
Install Dependencies:
npm install
Run:
npm start
Test:
npm test