An open API service indexing awesome lists of open source software.

https://github.com/hariyebk/typescript-express

Typescript Integration with express using decorators
https://github.com/hariyebk/typescript-express

controllers decorators typescript-express

Last synced: 12 months ago
JSON representation

Typescript Integration with express using decorators

Awesome Lists containing this project

README

          

### This project demonstrates the usage of decorators, metadatas and TypeScript classes with the Express framework. It showcases how decorators can be used to simplify the process of defining routes, Authorization and middlewares in an Express application.