https://github.com/abdulrehman-z/dependency-injection-modules
A simple example of Dependency Injection between different modules.
https://github.com/abdulrehman-z/dependency-injection-modules
Last synced: about 2 months ago
JSON representation
A simple example of Dependency Injection between different modules.
- Host: GitHub
- URL: https://github.com/abdulrehman-z/dependency-injection-modules
- Owner: AbdulRehman-z
- Created: 2022-11-04T08:00:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T08:01:28.000Z (over 2 years ago)
- Last Synced: 2024-04-19T09:55:55.769Z (about 1 year ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependency Injection between Modules
A simple repository that shows illustration of how Dependency Injection works between modules.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - ([email protected])