- FastAPI backend with PostgreSQL database connection - Frontend dashboard with lightweight-charts - Technical indicators (SMA, EMA, RSI, MACD, Bollinger Bands, etc.) - Trading strategy simulation and backtesting - Database connection to NAS at 20.20.20.20:5433 - Development server setup and documentation
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
asyncpg>=0.29.0
|
|
aiohttp>=3.9.0
|
|
websockets>=12.0
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.1.0
|
|
pyyaml>=6.0
|
|
python-dotenv>=1.0.0
|
|
python-multipart>=0.0.6 |