Skip to content

Technical Architecture

Renato "Lond" Cerqueira edited this page Sep 18, 2024 · 1 revision

RetroMeet is designed as grape REST API with JWT authentication. It is designed so that clients can be designed to access it in different ways.

It has a companion web app. It is designed as a separate application so that it forces the decoupling of the core application, avoiding unintentional functionality that can only be acessed by the in-house client.

Documentation for the endpoints is available in OpenAPI 2.0 format, which is created automatically by grape from the endpoints description. It currently has to be accessed through the application locally, but will be made available in a static website in the near future.

Clone this wiki locally