Files
uis-cloud-computing/7project/src

Folder structure

  • src/
    • backend/ - Python FastAPI backend application. Described in separate README.
    • charts/
      • myapp-chart/ - Helm chart for deploying the application, supports prod and dev environments. Described in separate README.
    • frontend/ - React frontend application. Described in separate README.
    • tofu/ - Terraform/OpenTofu services deployment configurations. Described in separate README.
    • compose.yaml - Docker Compose file for local development
    • create_migration.sh - script to create new Alembic database migration
    • upgrade_database.sh - script to upgrade database to latest Alembic revision