## Folder structure - `src/` - `backend/` - Python FastAPI backend application. Described in separate [README](./backend/README.md). - `charts/` - `myapp-chart/` - Helm chart for deploying the application, supports prod and dev environments. Described in separate [README](./charts/README.md). - `frontend/` - React frontend application. Described in separate [README](./frontend/README.md). - `tofu/` - Terraform/OpenTofu services deployment configurations. Described in separate [README](./tofu/README.md). - `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