Gemini Docs
  • Gemini Overview
  • 🎯Use cases & Benefits
  • 🚴‍♂️Getting Started
  • Backend Module
    • Overview
    • Getting Started
      • REST API - Micronaut MongoDB
    • Rest API
      • Basic CRUD
        • POST /data/{entity}
        • GET /data/{entity}/{id}
        • PUT /data/{entity}/{id}
        • PATCH /data/{entity}/{id}
        • DELETE /data/{entity}/{id}
      • Getting Data
        • GET All Data
        • Pagination
        • Filters
        • Sorting
      • Rest Configuration
        • Big Entities
        • Reference
    • The Schema (DDD)
      • Entities
      • Fields
        • String
        • Number
        • Boolean
        • Date & Time
        • Enum & Select
        • Object
        • Array
        • Dictionary
    • Data Drivers
Powered by GitBook
On this page

Getting Started

PreviousUse cases & BenefitsNextOverview

Last updated 3 years ago

Gemini platform is under development. Full production ready features are reserved to companies that collaborates with the project or are interested to use the platform and need professional support.

However open source and community features will be gradually released.

At the moment, only the Backend Module is open source ().

The easiest way to getting starting with Gemini is by using one of its starters. Here the list of available starters and tutorials (only backend module at the moment):

🚴‍♂️
Github Repository
REST API - Micronaut MongoDB