Commit Graph

3 Commits

Author SHA1 Message Date
Mondo Diaz
0df11bdca7 Pin ws and ufo to older versions for JFrog compatibility
JFrog blocks packages < 14 days old. Override transitive deps:
- ws: 8.18.0 (from jsdom)
- ufo: 1.5.4 (from vitest -> mlly)
2026-01-07 15:01:51 -06:00
Mondo Diaz
b9b4334393 Add frontend testing infrastructure with Vitest (#14) 2026-01-07 14:01:37 -06:00
Mondo Diaz
2261bfc830 Rewrite from Go + vanilla JS to Python (FastAPI) + React (TypeScript)
- Backend: Python 3.12 with FastAPI, SQLAlchemy, boto3
- Frontend: React 18 with TypeScript, Vite build tooling
- Updated Dockerfile for multi-stage Node + Python build
- Updated CI pipeline for Python backend
- Removed old Go code (cmd/, internal/, go.mod, go.sum)
- Updated README with new tech stack documentation
2025-12-05 17:16:43 -06:00