https://github.com/manugraj/code-generator
A code generator with gode-core
https://github.com/manugraj/code-generator
Last synced: 3 months ago
JSON representation
A code generator with gode-core
- Host: GitHub
- URL: https://github.com/manugraj/code-generator
- Owner: manugraj
- Created: 2020-06-08T05:15:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T15:19:56.000Z (about 2 years ago)
- Last Synced: 2025-01-22T05:41:20.640Z (4 months ago)
- Language: Java
- Size: 157 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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