chrysopedia/backend
jlightner 5bfeb50716 feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr…
- "backend/routers/ingest.py"
- "backend/schemas.py"
- "backend/requirements.txt"
- "backend/main.py"

GSD-Task: S02/T01
2026-03-29 22:09:46 +00:00
..
routers feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00
config.py chore: Built FastAPI app with DB-connected health check, Pydantic schem… 2026-03-29 21:54:57 +00:00
database.py fix: Created SQLAlchemy models for all 7 entities, Alembic async migrat… 2026-03-29 21:48:36 +00:00
main.py feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00
models.py fix: Created SQLAlchemy models for all 7 entities, Alembic async migrat… 2026-03-29 21:48:36 +00:00
requirements.txt feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00
schemas.py feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00