Eicrud

screenshot of Eicrud
nestjs

An opinionated backend framework based on NestJS. Get your CRUD app up and running in no time!

Overview

Eicrud is a web application framework that simplifies the process of creating web apps with CRUD functionality. By offering an easy-to-use API, Eicrud eliminates the need to rewrite boilerplate code for controllers, validations, and database queries with each new service. This framework centers around CRUD entities, making it easy to develop complex applications that are readable, testable, and maintainable. Eicrud also prioritizes default security for its components, restricting access until explicitly granted.

Features

  • Out of the box CRUD services
  • Authentication & user management
  • Authorization
  • Commands for non-CRUD operations
  • Validation and transformation
  • Database control
  • Easy to use (RPC) client
  • Monolithic/Microservices configuration
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.