thanhgit / depedency-injection-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency injection

General infomation

This is a demo project about dependency injection

Quickly

$ npm start

Overview Architecture

File Structure

.
├── authController
│   └── controller.js
├── authService
│   └── service.js
├── DB
│   └── db.js
├── index.js
├── package.json
├── package-lock.json
└── test
    └── service.test.js

Technical Support or Questions

If you have questions or need help integrating the product please "thanh29695@gmail.com" instead of opening an issue.

About


Languages

Language:JavaScript 100.0%