News

Abstract: UML is a modeling language that most developers employed during the design phase. UML provides various types of diagrams used for specifying both the structure and the behavior of systems.
@startuml diagram_authentification actor Utilisateur participant "Frontend" as Frontend participant "Middleware" as Middleware participant "Backend" as Backend participant "Base de donnees" as ...