Files
conversations/docs/architecture.md
T
Quentin BEY f1c8a09378 ✏️(docs) remove remaining references to docs
There was still outdate text from docs... Some are still remaining
but will be removed lated.
2025-07-31 15:15:50 +02:00

384 B

Architecture

Global system architecture

flowchart TD
    User -- HTTP --> Front("Frontend (NextJS SPA)")
    Front -- REST API --> Back("Backend (Django)")
    Front -- OIDC --> Back -- OIDC ---> OIDC("Keycloak / ProConnect")
    Back -- REST API --> Yserver
    Back --> DB("Database (PostgreSQL)")
    Back <--> Celery --> DB
    Back ----> S3("Minio (S3)")