Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 747 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 747 Bytes

inversify-di-ioc

Dependency Injection and Inversion of Control Demo using Inversify

Description

This project intends to serve a demo node application that showcases inversify as DI for application.

alt text

This demo application tries to re-create what is shown in the comic about the dependencies.

Installation

To install this module to an external project, follow the procedure:

  1. npm install or yarn install

Usage

  1. Run npm start and observe the console.

License

  • License: MIT

Author

  • Author: Saad Bin Amjad

Keywords

  • NodeJS
  • Inversify
  • Dependency Injection
  • Inversion of Control