Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manugraj/code-generator

A code generator with gode-core
https://github.com/manugraj/code-generator

Last synced: about 1 month ago
JSON representation

A code generator with gode-core

Awesome Lists containing this project

README

        

# God(e) code generator
A code generator with an edge

## Details:
- https://sway.office.com/ykxqQy71pl4c8QzC?ref=Link

## 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