A Model Driven Framework built for ease of application development.
Gemini lets you focus on your Models and Domains. Just define your schema by using the Gemini DSL and let it do the rest. Briefly Gemini automatically handles for you:
- Entity Management: creating all persistence stuff (tables, relations and so on) like an ORM
- CRUD REST APIs: creating common controllers for each DSL Entity
- Swagger API documentation: creating the openapi language-agnostic interface to RESTful APIs
- Authentication: by using Spring OAuth2 and JWT tokens
To use Gemini take a look at the documentation.
You can use Docker to start in minutes.
Gemini is in early stage of development. The best way to contribute is to checkout the project and try it. Then we can speak about new features, improvements and roadmap on gitter or social platforms.
Apache License 2.0