Commit Graph

2 Commits

Author SHA1 Message Date
Adrian Flores Cortes
d07427aa63 feat(backend): Phase 2 - Redis client, P&L queries, type definitions
- Create shared/redis/index.ts: RedisManager with InMemoryFallback
- Update admin.routes.ts: Real P&L queries + Redis health check
- Create financial.types.ts: 12 enums + 3 interfaces for financial schema
- Create llm.types.ts: 7 enums + 5 interfaces for LLM schema
- Create audit.types.ts: 5 enums + 3 interfaces for audit schema
- Create market-data.types.ts: 2 enums + 3 interfaces for market_data schema
- Update shared/types/index.ts: barrel exports for new types
- Add ioredis v5.9.2 dependency
- Fix config/index.ts: correct DB credentials

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 04:39:22 -06:00
e45591a0ef feat: Initial commit - Trading Platform Backend
NestJS backend with:
- Authentication (JWT)
- WebSocket real-time support
- ML integration services
- Payments module
- User management

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 04:28:47 -06:00