A very minimal RESTful API boilerplate powered by TypeScript, TypeORM and routing-controllers.
Inspired by the awesome framework w3tecch's boilerplate.
Made with frustration by larrybolt
Like always the ones out there didn't fit my need so I wanted to reinvent the wheel. Also each one I tried didn't work out of the box.
- Databases made easier with the help of ORM TypeORM.
- Validation and swagger docs generation using annotations thanks to class-validator and custom-validation-classes.
- Dependency Injection provided by TypeDI.
- API Documentation like as good as automatically generated can be with swagger.
- Routing for controllers using annotations with routing-controllers.