Skip to content

HYLODE/HyUi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18779da · Sep 21, 2024
Sep 21, 2024
May 26, 2023
Jan 30, 2023
Jan 31, 2023
May 25, 2023
Apr 1, 2024
Oct 4, 2022
May 24, 2023
May 24, 2023
May 24, 2023
May 25, 2023
May 25, 2023
May 24, 2023
May 7, 2023
Oct 4, 2022
May 7, 2023
May 2, 2022
May 2, 2022
May 2, 2022
May 26, 2023
May 7, 2023
Jan 3, 2023
May 25, 2023
May 25, 2023
May 25, 2023

Repository files navigation

CI

Welcome to HYLODE!

This repository is for Plotly Dash apps within a hospital environment. A template application would be split into a frontend and a backend with communication between the two via HTTP, and the project orchestrated by docker compose.

The application code including the backend API in ./api, and the frontend written in Dash is kept in ./web.

Documentation is available here.

Project Structure

.
|
|-- README.md           // This file and the project root.
|-- config files        // E.g. .gitignore.
|-- env.example         // An example version of .env.
|-- compose.yml         // Orchestrate front/backend.
|-- api                 // The FastAPI backend code.
|-- web                 // The Plotly Dash frontend code.
|-- models              // The Pydantic models shared between web and api.
|-- synth               // Synthetic data generation for testing.
|-- docs                // A Quarto driven documentation site.
|

Where this documentation refers to the root folder we mean where this README.md is located.