Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 855 Bytes

File metadata and controls

21 lines (14 loc) · 855 Bytes

LCAcollect Documentation

Here you can find an overview of the documentation for the LCAcollect implementation

IT Architecture

Backend

The backend is written in Python using the FastAPI framework. To add GraphQL functionality we are using Strawberry. The backend application containerized and deployed and orchestrated with Kubernetes

Modules

Frontend

The frontend is written in Typescript and React as a Singe Page Application (SPA). The SPA communicates with the backend through GraphQL. As a style library we are using MUI