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

DeVinci-FabLab/FabApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

FabApp

L'app mobile du fab

sequenceDiagram
    participant APP
    participant API
    APP->>API: Request connection
    API->>Backend: Send ID
    Backend->>Backend: Check ID
    alt ID correct
        Backend->>APP: Access to main page & send Token
    else ID incorrect
        Backend->>APP: Invalid Access
    end
Loading
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': false}}}%%
   gitGraph:
   commit id:"setup"
   branch qa
   checkout qa
   commit id:"first qa commit"
   branch dev
   checkout dev
   commit id:"first dev commit"
   branch feature_api
   checkout feature_api
   commit id:"first feature_api commit"



Loading

About

Prototype of an mobile app for the association

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks