acrosett
New Coder
Hey everyone,
I've been working on an open-source framework called Eicrud, which extends NestJS to make building scalable and secure Node.js applications much faster. I wanted to reach out to this community to gather feedback and see what you think of it.
I'd love to hear what you think about this, looking forward to your thoughts and feedback! 😊
I've been working on an open-source framework called Eicrud, which extends NestJS to make building scalable and secure Node.js applications much faster. I wanted to reach out to this community to gather feedback and see what you think of it.
EICRUD - CRUD/Authorization Node.js framework
Eicrud is a typescript backend framework for building secure and scalable web applications.
eicrud.com
What is Eicrud?
Eicrud is a CRUD/Authorization framework that tries to abstract common CRUD functionality into an easy-to-use API, so developers can avoid repeating boilerplate code (controllers, validations, DB queries, etc.). By structuring everything around CRUD entities, it aims to make your applications cleaner, easier to read, test, and maintain. Plus, it has a "default security" philosophy where everything is forbidden until allowed, which makes security a core part of the framework.Core Features
- ⚙️ Out of the box CRUD services
- 🔑 Authentication & user management
- 🔒 Authorization
- 🖥️ Commands
- ✔️ Validation/Transform
- 🗃️ Database control
- 🚀 RPC client for easy communication
- 🌐 Supports both Monolithic and Microservices architectures
- And much more!
Why Eicrud?
Most web apps start with CRUD operations, and Eicrud is trying to eliminate the need to write repetitive code by providing flexible CRUD services that also integrate with authentication and authorization out of the box.I'd love to hear what you think about this, looking forward to your thoughts and feedback! 😊