AntoRin / dipress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dipress

Version Documentation Maintenance License: MIT

A TypeScript decorator library built on top of express.js

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

Author

👤 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

About

License:MIT License


Languages

Language:TypeScript 100.0%