Newer
Older
Doc / Analyse_struture_v4 / Struture_V4_Full.puml
@startuml BibCNRS_Struture_complet

title "BibCNRS - Struture avec changement complet"

node "BibCNRS - Application final" {
    package "BibCNRS - V4" {
        component api [
            **Api**
            Tech :
            - NestJS
            - Promis
            Regroupe
            - BibApi
        ]
        component front [
            **Front**
            Tech :
            - React
            - Remix
            Regroupe
            - BibCNRS
            - EBSCO-widget
        ]
    }
    [**BibAdmin**]
}

cloud {
    [**EBSCO**]
}

[front] -> [api]
[api] --> [**EBSCO**]
[**BibAdmin**] --> [api]

@enduml