milapatel18 / AutoCRUD

Completely Dynamic AUTO CRUD Development with core concept of Spring Boot API, Database, ORM/JDBC, REST and design patterns implementations.
0 stars 0 forks source link

Problem Behind Solution #1

Open milapatel18 opened 6 years ago

milapatel18 commented 6 years ago

Recent there is just an scaffolding systems available which let you to make crud operations in formal way. There is also Vaadin framework based CUBA Platform which let you to implement in some dynamic way but it needs to be explore more and more. Also all of this frameworks are using entity based operations so some how it is very memory consuming and requires high efforts to implement. Idea behind autocrud is to develop a supporting application for application developer which let you to connect any database from web API, Manipulate all tables and columns in such a way that developer can architect a simple web based application by doing some smart work on web and without working on any coding part, just do some smart data entry, that's it. Developer will work on core part which will built an dynamic application.