Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manugraj/code-generator
- Owner: manugraj
- Created: 2020-06-08T05:15:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T09:58:25.000Z (about 2 years ago)
- Last Synced: 2023-03-25T09:04:20.929Z (almost 2 years ago)
- Language: Java
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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