Show HN: Eicrud – A CRUD/Authorization framework based on NestJS

https://github.com/eicrud/eicrud
by acrosett • 2 years ago
1 1 2 years ago

Eicrud is a CRUD/Authorization framework extending NestJS.

It's a tool for building scalable, secure Node.js server applications.

Most of the time, a web app has some CRUD functionality as its base. Eicrud attempts to abstract this into a simple and easy-to-use API, so you don't have to re-write boilerplate code (controllers, validations, db queries...) whenever you need a new service. By centering everything around CRUD entities, Eicrud provides a framework for writing complex applications that are easy to read, test, and maintain. Eicrud also emphasizes "default security" for its components, where everything is forbidden until allowed.

Related Stories

Loading related stories...

Source preview

github.com