About
This tool is a standalone example showcasing how to configure Gilhari, a Docker-compatible microservice framework, to handle complex many-to-many relationships between JSON objects. Gilhari provides RESTful Object-Relational Mapping (ORM) functionality, automating REST API creation, JSON CRUD operations, and database schema setup without manual coding. This specific example illustrates a many-to-many pattern involving User, Group, and UserGroup join objects, complete with detailed JSON structures and ORM configuration via JDX specification.