awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jonseg avatar

jonseg/crud-admin-generator

0
View on GitHub↗
1,425 stele·433 fork-uri·JavaScript·MIT·7 vizualizăricrud-admin-generator.com↗

Crud Admin Generator

Acest instrument este un generator automat de cod backend care creează dashboard-uri administrative prin inspectarea structurilor bazelor de date relaționale existente. Acesta funcționează ca un utilitar de scaffolding bazat pe schemă, analizând definițiile tabelelor și constrângerile de chei străine pentru a produce controllere server-side funcționale și interfețe de utilizator pentru gestionarea înregistrărilor.

Proiectul se distinge prin ejectarea codului sursă static, care scoate fișiere lizibile pentru oameni pe care dezvoltatorii le pot modifica sau extinde manual. Prin analizarea metadatelor bazei de date, acesta mapează automat datele relaționale la componente de selecție intuitive și înlocuiește identificatorii numerici brute cu etichete lizibile, asigurând că vizualizările administrative generate rămân consistente și responsive pe diferite dimensiuni de ecran.

Output-ul generat include logica server-side necesară și layout-urile de dashboard necesare pentru a gestiona înregistrările bazei de date. Deoarece instrumentul produce fișiere sursă standard în loc de binare opace, acesta permite personalizarea completă a controllerelor și vizualizărilor subiacente pentru a se adapta cerințelor specifice ale proiectului.

Features

  • Schema-Driven Code Generators - Generates full CRUD backend code and frontend views by parsing database table structures.
  • Database Schema Scaffolding Tools - Automates the creation of server-side request handlers by inspecting table definitions and column types during the build process.
  • Automatic Admin Interface Generators - Automatically generates administrative user interfaces and management consoles from database schemas.
  • CRUD Generators - Automatically generates database management interfaces and server-side controllers from models.
  • Relationship Automation - Detects foreign key patterns to automatically generate selection menus and display human-readable labels.
  • Relationship Mapping - Automatically generates code to navigate and display table associations based on foreign key constraints.
  • Database Schema Scaffolding - Reads existing table structures and foreign key relationships to produce functional backend code and user views.
  • Ejectable Generators - Outputs human-readable project files that allow developers to manually extend or modify the generated backend logic.
  • Low-Code Generators - Acts as a development utility that outputs extensible source files for administrative dashboards.
  • Database Administration Interfaces - Provides graphical user interfaces for the visualization and administrative management of database contents.

Istoric stele

Graficul istoricului de stele pentru jonseg/crud-admin-generatorGraficul istoricului de stele pentru jonseg/crud-admin-generator

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Crud Admin Generator

Colecții selectate manual în care apare Crud Admin Generator.
  • Generatoare automate de API-uri pentru baze de date
  • Framework pentru dashboard-uri de administrare full-stack

Alternative open-source pentru Crud Admin Generator

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Crud Admin Generator.
  • thinkgem/jeesiteAvatar thinkgem

    thinkgem/jeesite

    8,044Vezi pe GitHub↗

    Jeesite is a full-stack low-code development framework designed for building enterprise administrative portals using Spring Boot, MyBatis, and Vue. It functions as a comprehensive platform for creating administrative dashboards with integrated role-based access control and organizational data permission systems. The framework distinguishes itself through a combination of automated CRUD code generation and an integrated RAG platform that connects large language models to enterprise data via vector stores. It further incorporates a BPMN-based workflow engine to automate complex business process

    Vue
    Vezi pe GitHub↗8,044
  • jqhph/dcat-adminAvatar jqhph

    jqhph/dcat-admin

    4,022Vezi pe GitHub↗

    dcat-admin is a Laravel admin panel framework used to rapidly build data-driven administration interfaces. It functions as a CRUD generator and backend scaffolding tool that automatically produces create, read, update, and delete interfaces based on database table schemas. The system distinguishes itself through a plugin-based extension architecture and the ability to run multiple independent administrative instances within a single installation. It provides specialized tools for mapping external APIs to forms and tables, as well as an event-driven form lifecycle for executing custom logic du

    PHPlaravellaravel-admin
    Vezi pe GitHub↗4,022
  • go-admin-team/go-adminAvatar go-admin-team

    go-admin-team/go-admin

    12,687Vezi pe GitHub↗

    go-admin is a full-stack admin scaffolding system that generates a complete backend management interface with built-in user, role, menu, and department management modules. It combines role-based access control enforcement, JWT token authentication, multi-tenant database isolation, and scheduled task scheduling into a single framework, with a Vue-based frontend rendered through reusable components. The project distinguishes itself by integrating a Casbin RBAC engine for granular permission management across menus, buttons, and API endpoints, alongside automatic API documentation generation fro

    Goadminant-designant-design-pro
    Vezi pe GitHub↗12,687
  • infyomlabs/laravel-generatorAvatar InfyOmLabs

    InfyOmLabs/laravel-generator

    3,829Vezi pe GitHub↗

    This project is a code scaffolding tool and database-to-code mapper for Laravel. It functions as a CRUD generator and REST API generator that automates the creation of models, controllers, and administrative interfaces based on database schemas. The tool is distinguished by its template-driven approach, using customizable stub files that allow developers to override default blueprints to enforce specific architectural standards. It provides complete administrative dashboard boilerplates, including integrated authentication, themed UI layouts, and searchable data tables. The system covers a b

    PHP
    Vezi pe GitHub↗3,829
Vezi toate cele 30 alternative pentru Crud Admin Generator→

Întrebări frecvente

Ce face jonseg/crud-admin-generator?

Acest instrument este un generator automat de cod backend care creează dashboard-uri administrative prin inspectarea structurilor bazelor de date relaționale existente. Acesta funcționează ca un utilitar de scaffolding bazat pe schemă, analizând definițiile tabelelor și constrângerile de chei străine pentru a produce controllere server-side funcționale și interfețe de utilizator pentru gestionarea înregistrărilor.

Care sunt principalele funcționalități ale jonseg/crud-admin-generator?

Principalele funcționalități ale jonseg/crud-admin-generator sunt: Schema-Driven Code Generators, Database Schema Scaffolding Tools, Automatic Admin Interface Generators, CRUD Generators, Relationship Automation, Relationship Mapping, Database Schema Scaffolding, Ejectable Generators.

Care sunt câteva alternative open-source pentru jonseg/crud-admin-generator?

Alternativele open-source pentru jonseg/crud-admin-generator includ: jqhph/dcat-admin — dcat-admin is a Laravel admin panel framework used to rapidly build data-driven administration interfaces. It… go-admin-team/go-admin — go-admin is a full-stack admin scaffolding system that generates a complete backend management interface with built-in… thinkgem/jeesite — Jeesite is a full-stack low-code development framework designed for building enterprise administrative portals using… infyomlabs/laravel-generator — This project is a code scaffolding tool and database-to-code mapper for Laravel. It functions as a CRUD generator and… uasoft-indonesia/badaso — Badaso is a headless content management system and administrative framework built on Laravel. It functions by… yangzongzhuan/ruoyi — RuoYi is a Spring Boot admin framework designed for building enterprise applications. It provides a foundation for…