jaxio / celerio-angular-quickstart

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Apache License 2.0
479 stars 138 forks source link

Minimizing code repetitions in quickstart-generated folder by using Zontroy code generator #82

Open tolgahanipek opened 2 months ago

tolgahanipek commented 2 months ago

_Minimizing code repetitions in quickstart-generated folder by using Zontroy code generator_

Hi 🙋‍♂️ @nromanetti

By using Zontroy code generator, coding costs were reduced by minimizing code repetitions in quickstart-generated folder. To explain this briefly, I first created a database from mssql to prevent this code repetition. Then, I ran the Zontroy code generator and made the necessary configuration settings to connect the database I had previously created to Zontroy. Then I pulled the tables of this database from the zontroy in the form of entities and arranged the sections that were the same as the code template but only with different labels, so that the names of the tables and fields in the database would appear. For this, I used ziref , zsif and zref file types, which are specific to Zontroy. For more detailed information, you can check out https://docs.zontroy.com/ . I hope it was useful for you. 🙏