from Hacker News

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

by acrosett on 7/11/24, 12:06 PM with 1 comments

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.

  • by acrosett on 7/11/24, 12:13 PM

    I made this framework to reduce complexity in large web applications. It focuses on the data model first and CRUD access to this data.

    Eicrud is in active development and issues are taken seriously. If you want to try the tool and have any questions I'll happily answer them.