Skip to content
/ sysgen Public

🐘 SysGen is crud scaffolding. Generates PHP code using FormDin FrameWork

License

Notifications You must be signed in to change notification settings

bjverde/sysgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysGen en

Write less, do more. But "Talk is Cheap. Show me the Code"!

The system generator reads a database and generates a CRUD system. After version v1.4.0 you choose the type of system you want to generate.

  • FormDin = It's a web system using HTML + JS + CSS, everything is done using FormDin FrameWork. It has all the operations of a CRUD with a screen for each table or view.

  • REST = Create all REST backend using Slim FrameWork. In this mode no screen is just REST with JSON. It has all the operations of a CRUD with the URLs for each table or view.

  • FormDin + REST = the combination of the two modes.

The code generated from the new system is easy to maintain and modify.

Regardless of the mode you will always have to have the BASE of FormDin.

See the tutorial From Zero to Run, explaining what it needs to work

unfortunately the documentation in English is not complete. The first language is Brazilian Portuguese. Translations are made as soon as possible.

Esquema do SysGen

Works Database

  • SqLite
  • MySQL
  • Ms Sql Server
  • PostgreSQL

sysGen pt-bt

Gerador de sistemas em FormDin.

Escreve menos, faça mais. Mas "Falar é fácil. Me mostre o código"!

O gerador de sistemas lê um banco de dados e gera uma sistema CRUD. Depois da versão v1.4.0 você escolher o tipo de sistema que deseja gerar.

  • FormDin = É um sistema Web usando HTML + JS + CSS, tudo é feito utilizando o FormDin FrameWork. Tem todas as operações de um CRUD com uma tela para cada tabela ou view.

  • REST = Criar todo backend REST usando Slim FrameWork. Nesse modo não tem tela é apenas REST com JSON. Tem todas as operações de um CRUD com as URL para cada tabela ou view.

  • FormDin + REST = a combinação dos dois modos.

O código gerado do novo sistema é de fácil manutenção e modificação.

Independente do modo sempre terá que ter o BASE do FormDin.

Veja o tutorial Do Zero até Rodar, explicando o que precisa para funcionar que irá te ajudar com o sysGen

Esquema do SysGen

SysGen

Funciona com o bancos

  • SqLite
  • MySQL
  • Ms Sql Server
  • PostgreSQL

Ferramentas semelhantes