Commit Graph

2 Commits

Author SHA1 Message Date
aitbc
5c4e5992eb Update trading-service README with migration status
- Added database setup command using setup-database.sql
- Added testing instructions for end-to-end testing with gateway
- Added migration status section documenting completed and remaining tasks
- Documented that trading service is ~60K lines and full removal requires careful coordination

This completes Phase 4.5: Extract Trading Service (foundation created, full removal from coordinator-api requires additional work)
2026-04-30 11:36:18 +02:00
aitbc
f8961f6112 Create trading-service foundation
- Created trading-service application structure
- Added pyproject.toml with FastAPI, SQLModel, asyncpg, and aitbc-core dependencies
- Implemented main.py with basic trading service structure
- Created systemd service file for trading-service (port 8104)
- Added README.md with installation and configuration instructions

This starts Phase 4.5: Extract Trading Service (foundation created)
2026-04-30 11:32:10 +02:00