TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby acrosett11 months ago
Eicrud is a CRUD&#x2F;Authorization framework extending NestJS.<p>It&#x27;s a tool for building scalable, secure Node.js server applications.<p>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&#x27;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 &quot;default security&quot; for its components, where everything is forbidden until allowed.

1 comment

acrosett11 months ago
I made this framework to reduce complexity in large web applications. It focuses on the data model first and CRUD access to this data.<p>Eicrud is in active development and issues are taken seriously. If you want to try the tool and have any questions I&#x27;ll happily answer them.