This repository utilizes a monorepo structure managed with Turborepo. The key directories and files are organized as follows:
/
├── apps/
│ ├── cloud-hub-frontend/ # Application Frontend
│ ├── express-api/ # Application Backend
│ ├── seaweed/ # Application Filestorage
├── package
│ ├── api-client/ # APIClient
│ ├── database/ # Database
│ ├── eslint-config/ # ESLint Config
│ ├── openapi-spec/ # OpenAPI specification
│ ├── ui/ # UI-component library
│ ├── vitest-config/ # Configuration for Vitest