https://github.com/ahmeddhus/nestjs_dependency_injection
This repository demonstrates the implementation of dependency injection using the NestJS framework.
https://github.com/ahmeddhus/nestjs_dependency_injection
backend dependency-injection nestjs typescript
Last synced: 27 days ago
JSON representation
This repository demonstrates the implementation of dependency injection using the NestJS framework.
- Host: GitHub
- URL: https://github.com/ahmeddhus/nestjs_dependency_injection
- Owner: ahmeddhus
- Created: 2024-07-08T11:57:02.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T12:03:45.000Z (11 months ago)
- Last Synced: 2025-05-12T12:16:21.292Z (27 days ago)
- Topics: backend, dependency-injection, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependency Injection with NestJS
This repository demonstrates the implementation of dependency injection using the NestJS framework. NestJS is a progressive Node.js framework that offers a robust and versatile ecosystem for building efficient and scalable server-side applications.# Features
- Modular Architecture: Structure your application using modules to encapsulate and manage different parts of your application.
- Providers and Services: Utilize providers and services to create reusable and testable components.
- Custom Providers: Learn to create custom providers for greater control and flexibility.
- Hierarchical Dependency Injection: Understand the hierarchical nature of dependency injection in NestJS for more complex scenarios.
- Asynchronous Providers: Implement asynchronous providers to handle asynchronous dependencies.