feat: 해커톤 투표 앱 초기 구현

- 35명/7팀/3분야(재미·완성도·실용성) 투표
- 본인 팀 제외 자동 처리
- 이름 UNIQUE 중복 방지
- 진행자 어드민 페이지: 1위와 2위 차이만 공개, 하위 팀 표수는 비공개
- sqlite 단일 파일 저장

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
th-kim0823
2026-04-25 18:55:21 +09:00
commit 5fe8842e88
4 changed files with 218 additions and 0 deletions

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
streamlit>=1.32