1.0.5 ā¢ Published 3 years ago
dipress v1.0.5
dipress
A TypeScript decorator library built on top of express.js
š Homepage
Install
npm install dipress
Description
Dipress is a TypeScript decorator library built on top of Express. The primary motivation behind the library is to allow developers to create Node.js server-side applications using SOLID principles, taking an OOP approach, while making full use of the advantages offered by TypeScript decorators. It offers work-arounds for some of the common problems that arise while making APIs using Express, like a lack of structure and the absence of strict data-types for Data Transfer Objects.
Getting Started
- Check out the documentation for the library at https://antorin.github.io/dipress/
- Check out the repository at https://github.com/AntoRin/dipress
Author
š¤ AntoRin
- Github: @AntoRin
Show your support
Give a āļø if this project helped you!
š License
Copyright Ā© 2021 AntoRin.
This project is MIT licensed.
This README was generated with ā¤ļø by readme-md-generator