11 lines
567 B
Markdown
11 lines
567 B
Markdown
# Software Architecture
|
|
|
|
## Overview
|
|
|
|
The OpenFlexure Microscope Server is a FastAPI server created using Labthings FastAPI. The user interfaces is a Vue.js web app. And thehe server runs on a customised operating system (Raspbian OpenFlexure).
|
|
|
|
Here is a high level diagaram of the overall software architecture:
|
|
|
|
<object style="width:100%" type="image/svg+xml" data="./assets/SoftwareDiagram.svg"></object>
|
|
|
|
Each repository link should be clickable. The <a href="./assets/SoftwareDiagram.svg" target="_blank">architecture diagram is best viewed in its own tab</a>.
|