A full-stack platform that automatically generates CRUD interfaces by reading SQL Server metadata, reducing repetitive work and accelerating the delivery of administrative modules.
The problem
Building forms and CRUD operations manually for every table duplicates effort, increases maintenance and slows down administrative module development.
The solution
A dynamic .NET 8 API interprets SQL Server tables, columns and structures.
Flutter consumes that metadata and builds interfaces tailored to each entity.
Dynamic table and column discovery
Automatic CRUD generation
My role and responsibilities
Full-stack
Architecture design and separation of concerns.
Dynamic REST API development with .NET 8 and C#.
Adaptive Flutter frontend development.
Results
Less manual work for administrative modules
A shared technical foundation for different data structures
Clear separation between data, API and presentation