c4e6aab7b2
- backend/ — FastAPI + JWT + 모든 REST 엔드포인트 - frontend/ — Next.js 14 + Tailwind + 7페이지 (대시보드/트레이드/거래소/자동매매/설정/내정보/로그인) - core_logic.py — 신호계산/알림 로직 분리 (기존 app_streamlit.py 에서 추출) - users_db.py + bcrypt 인증, exchange_keys.py + Fernet 암호화 - trades_db.py — 진입/청산 lifecycle 추적, signal_events raw 로그 - settings_db.py — 모든 운영 파라미터 DB 영속 저장 (RSI/거래량/펀딩비 임계값 포함) - docker-compose: frontend / backend / postgres + Traefik 라우팅 - assets/logo.svg — JUNGGOMOA 그라디언트 로고 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
fastapi>=0.110.0
|
|
uvicorn[standard]>=0.27.0
|
|
pydantic>=2.6.0
|
|
python-jose[cryptography]>=3.3.0
|
|
python-multipart>=0.0.9
|
|
pandas>=2.0.0
|
|
numpy>=1.24.0
|
|
ta>=0.11.0
|
|
requests>=2.31.0
|
|
python-dotenv>=1.0.0
|
|
urllib3>=2.0.0
|
|
psycopg2-binary>=2.9.9
|
|
cryptography>=42.0.0
|
|
bcrypt>=4.0.0
|