6 repository-uri
Generates full CRUD backend code and frontend views by parsing database table structures through a visual interface.
Distinct from Data Table Generators: Distinct from Data Table Generators: generates both backend and frontend code from database schemas, not just table UI components.
Explore 6 awesome GitHub repositories matching user interface & experience · Schema-Driven Code Generators. Refine with filters or upvote what's useful.
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
Generates full CRUD backend code and frontend views from database table structures through a visual interface.
CRMEB is a comprehensive e-commerce platform built on ThinkPHP 6, designed as a headless system that delivers standardized APIs to various frontend clients. It provides a unified backend to synchronize product catalogs, orders, and customer data across web browsers, mobile applications, and mini-programs. The platform supports diverse commerce models, including multi-vendor marketplaces where independent merchants manage their own stores, centralized chain store networks, and social commerce frameworks featuring affiliate distribution and community group buying. It also integrates specialized
Automatically generates backend forms, list views, and routes by parsing database table structures.
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
Automatically produces full CRUD backend code and frontend views by parsing database table structures.
Pig is a microservice-based RBAC permission management platform built on Spring Cloud and Spring Boot, with OAuth2 authentication and authorization at its core. It provides a dedicated authorization server that issues access and refresh tokens using authorization code, password, and refresh token grant types, while embedding role and permission checks into each microservice to secure API endpoints. The platform distinguishes itself through a comprehensive set of integrated capabilities, including automatic CRUD code generation from database schemas that produces controller, service, mapper, a
Generates controller, service, mapper, and UI files by introspecting database table metadata at development time.
serverless-express este un adaptor de framework serverless pentru Node.js care permite rularea framework-urilor web standard pe infrastructură serverless. Utilizează un strat de compatibilitate pentru a mapa evenimentele și trigger-ele cloud gateway în obiecte standard de cerere și răspuns HTTP. Proiectul dispune de un generator de cod full-stack care produce endpoint-uri API, scheme de baze de date și boilerplate frontend din configurații centralizate de tip entity-relationship. Include un router de evenimente serverless pentru a traduce evenimentele cloud non-HTTP în cereri HTTP simulate și un instrument pentru provizionarea bazelor de date NoSQL și a resurselor cloud folosind template-uri declarative de tip infrastructure-as-code. Capabilitățile suplimentare acoperă integrarea identității cloud pentru controlul accesului bazat pe token-uri, pipeline-uri de deployment automatizate pentru gestionarea etapelor de mediu și modelarea datelor pentru generarea automată de API-uri CRUD. Sistemul oferă, de asemenea, utilitare pentru codificarea binară base64, logarea structurată a aplicațiilor și trimiterea tranzacțională de e-mailuri. Execuția locală a aplicației este suportată pentru dezvoltare și testare fără a necesita deployment în cloud.
Produces API endpoints, database tables, and UI components automatically from a centralized entity relationship configuration.
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.
Generates full CRUD backend code and frontend views by parsing database table structures.