/code-generator

A code generator with gode-core

Primary LanguageJava

God(e) code generator

A code generator with an edge

Details:

Requirement

  • Java 11
  • Node 11 as default (node -v should start with v11)

How to build

  • Clone the project
  • Maven build
    • mvn clean install
  • Run the yarn build for IDE support
    • yarn
    • yarn theia build
  • Start the main spring boot app in GodeGenerator
  • Sample requests are available in sample-requests folder