Example of how to apply inversion of control by DI in a typescript express project, this was created regarding https://borjatur.com/2023/03/25/inversion-of-control/
borjatur/dependency-injection-express-typescript
quick example about how to use inversion of control with DI in express
TypeScript