A simple controller Framework that augments express.
This is a controller framework that adds the ability to use controller classes with express with dependency injection of services. To see how to use it look into the sample At the moment it is not production ready but there are plans get it.
- Add middleware classes which can contribute in dependency injection
- Add error handling classes which can contribute in dependency injection
- Add validators to controllers and controller methods.