Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Overview

Julio Faerman edited this page Jan 16, 2023 · 1 revision
flowchart LR
    subgraph Core
      Kernel
    end
    App(App Flutter) --> Api(API Quarkus) --> Core --> DB[(Database)]
    Bot(Bot Telegram) --> Lex[[Amazon Lex]] & Core
    Telegram[[Telegram]] --> Bot
Loading

The ID42 project is currently composed of 7 modules, each in a separate folder in this repository:

  1. id42_kernel: Utility functions and shared classes (POJO)
  2. id42_core: Object-Relational Mapping and Businnes Logic (Quarkus)
  3. id42_api: HTTP application integration (Quarkus)
  4. id42_app: Application Frontend (Flutter)
  5. id42_bot: ChatBot Frontend (Telegram)
  6. id42_cdk: Infrastructure as Code (AWS Cloud Development Kit)
  7. id42_proxy: Reverse proxy for development (NGINX)
Clone this wiki locally