feat: add web STT app with admin CRUD

FastAPI 기반 업로드/전사(job) API와 취소/진행률 UI를 추가하고,
PostgreSQL(ncue_stt) 저장 및 웹 관리(조회/수정/삭제) 화면을 포함합니다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-02-09 18:31:30 +09:00
commit 42feb4a0fa
10 changed files with 1805 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
.venv/
__pycache__/
*.pyc
.DS_Store
.env
# optional local artifacts
*.log