13 Commits

Author SHA1 Message Date
49437817a5 fix: bind middleware logger context; generate OpenAPI types for frontend
- Fix RequestLoggingMiddleware this.logger crash by binding the use() method to the instance
- Generate src/api/types.ts from live backend via openapi-typescript
2026-06-13 19:13:08 +03:00
5d80c510eb feat: scaffold React + Vite frontend with routing 2026-06-13 19:10:42 +03:00
d850f3f4fd feat: add candles module and share history endpoint 2026-06-13 19:08:33 +03:00
45042d9cc7 feat: add bonds endpoint with market data and history 2026-06-13 19:07:18 +03:00
fdb8b52e38 fix: make CacheModule global for DI availability across all modules 2026-06-13 19:05:09 +03:00
f0a9a13d57 feat: add shares endpoint with market data and dividends 2026-06-13 19:04:30 +03:00
f2be35d544 feat: add securities search endpoint with .json fix for MOEX ISS 2026-06-13 19:02:52 +03:00
5315473973 feat: add cache module with getOrFetch pattern and configurable TTL 2026-06-13 18:56:58 +03:00
16b11d94d9 feat: add MoexClient with rate-limited HTTP client, circuit breaker, and MOEX ISS data methods 2026-06-13 18:56:08 +03:00
173b65d5fc feat: add health check endpoint 2026-06-13 18:51:40 +03:00
5dcc1e12be feat: add common DTOs, exception filter, transform interceptor, logging middleware 2026-06-13 18:50:48 +03:00
aac49cd0df feat: add configuration module with env vars 2026-06-13 18:49:54 +03:00
9c5f2c902a feat: scaffold NestJS backend with Swagger, validation, CORS 2026-06-13 18:48:16 +03:00