summaryrefslogtreecommitdiff
path: root/services/api
AgeCommit message (Collapse)Author
20 hoursrefactor: purge all remaining crypto/Binance referencesTheSiahxyz
- Replace BTCUSDT/SOLUSDT/ETHUSDT with AAPL/MSFT in all test files - Update backtester default symbol to AAPL - Update strategy-engine default symbols to US stocks - Update project description and CLI help text - Remove empty superpowers docs directory - Zero crypto references remaining in codebase
36 hoursfix: resolve final 3 issues for production readinessTheSiahxyz
- Fix API strategies endpoint path resolution (use STRATEGIES_DIR env var) - Add DATABASE_URL env var override in alembic env.py - Move risk config fields to shared Settings base class - Remove duplicate fields from ExecutorConfig
37 hoursfix: lint cleanup after medium priority tasksTheSiahxyz
37 hourstest: add CLI command tests and API router testsTheSiahxyz
37 hoursfix: snapshot delay, env fields, alembic creds, API healthcheck and error ↵TheSiahxyz
handling
37 hoursfix: lint cleanup for API, combined strategy, and formattingTheSiahxyz
37 hoursfeat: add FastAPI REST API serviceTheSiahxyz