This is a small web application that allows users to upload files, which are then stored in Google Cloud Storage (GCS) using a Python Flask backend deployed on Google Cloud Run. The frontend is a ...
survey-intake-case-study-part1/ ├─ app.py # Flask API (POST /v1/survey) ├─ models.py # Pydantic v1 schemas (validation) ├─ storage.py # Append-only JSON Lines helper ├─ requirements.txt ├─ frontend/ │ ...