Skip to content

built a dependency injection container to learn how one works

Notifications You must be signed in to change notification settings

guisaliba/di-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Dependency Injection Container

Description

Built a dependency injection container to learn how one actually works. Used this note as a handbook for building it.

Technologies

This project was built using:

  • Node.js

Running

To run this project, clone the repository using the following command:

git clone https://github.com/guisaliba/di-container.git

Then run:

cd src
node index.js

References

Understanding Dependency Injection by writing a DI Container - from scratch!

About

built a dependency injection container to learn how one works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published