Components
Architecture
flowchart LR
A[Admin] <-->B(API)
B <--> C(Client)
API service
This is the main component of the system. All content is created/retrieved through api calls to the API service. The API service is a Symfony project built with API Platform. See api-service.md for further descriptions. See security.md for further description of the security setup.
Admin
This is where content, connections and screens are created and connected. Go to description of admin elements. The admin is built with React. See admin.md for further descriptions.
Client
This is the output screen where the content will be displayed. The screen client is built with React. See client.md for further descriptions.