No description
Find a file
Viktor Barzin b255b3edbe
feat: dockerfiles and full docker-compose orchestration
Add multi-stage Dockerfiles for Python services (Dockerfile.service) and
React dashboard (Dockerfile.dashboard + nginx.conf). Update docker-compose.yml
with all seven application services: news-fetcher, sentiment-analyzer,
signal-generator, trade-executor, learning-engine, api-gateway, and dashboard.
2026-02-22 16:02:34 +00:00
.claude Add trading bot design document 2026-02-22 13:53:57 +00:00
alembic chore: remove alembic versions pycache [ci skip] 2026-02-22 15:20:19 +00:00
backtester feat: backtesting engine — historical replay with shared strategies 2026-02-22 15:43:19 +00:00
dashboard feat: dashboard trading views -- portfolio, trades, strategies, news, backtest 2026-02-22 15:54:44 +00:00
docker feat: dockerfiles and full docker-compose orchestration 2026-02-22 16:02:34 +00:00
docs/plans Add sprint plan — 6 sprints with goals and acceptance criteria 2026-02-22 15:08:17 +00:00
services feat: API gateway trading endpoints, controls, backtest, WebSocket 2026-02-22 15:54:20 +00:00
shared feat: trading strategies — momentum, mean reversion, news-driven 2026-02-22 15:32:18 +00:00
tests feat: API gateway trading endpoints, controls, backtest, WebSocket 2026-02-22 15:54:20 +00:00
.env.example feat: docker compose infrastructure — postgres+timescaledb, redis, ollama 2026-02-22 15:11:50 +00:00
.gitignore feat: docker compose infrastructure — postgres+timescaledb, redis, ollama 2026-02-22 15:11:50 +00:00
alembic.ini feat: database models and alembic migrations — all tables per design 2026-02-22 15:17:07 +00:00
docker-compose.yml feat: dockerfiles and full docker-compose orchestration 2026-02-22 16:02:34 +00:00
pyproject.toml feat: API gateway with passkey (WebAuthn) authentication 2026-02-22 15:53:48 +00:00