fadhilprm / gemini

Model Driven REST framework to automatically generate CRUD APIs

Home Page:https://gemini.at7.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gemini Logo

A Model Driven Framework to automatically expose CRUD REST APIs and that manages everything else

License Build Status Twitter Gitter Last Commit Version


Gemini is a backend REST framework to automatically create CRUD REST APIs from scratch starting from a simple Schema definition called Gemini DSL. Briefly Gemini automatically handles for you:

  • Data Storage: creating all persistence stuff (tables, relations and so on)
  • API controllers: creating common REST CRUD 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
  • API callbacks: to add business logic with ease

Quick Start & Documentation

To use Gemini take a look at the documentation.

You can use Docker to start in minutes.

Contribute

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.

License

Apache License 2.0

About

Model Driven REST framework to automatically generate CRUD APIs

https://gemini.at7.it/

License:Apache License 2.0


Languages

Language:Java 100.0%Language:Shell 0.0%