Skip to content

Files

Latest commit

 

History

History
20 lines (16 loc) · 463 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 463 Bytes

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