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
- Host: GitHub
- URL: https://github.com/hariyebk/typescript-express
- Owner: hariyebk
- Created: 2023-10-19T17:10:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T09:27:06.000Z (over 2 years ago)
- Last Synced: 2025-01-25T17:33:10.245Z (about 1 year ago)
- Topics: controllers, decorators, typescript-express
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.