MVP реализации MoexVibe — NestJS бэкенд + React фронтенд + CI/CD #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/mvp-implementation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Что сделано
Бэкенд (NestJS)
/api/v1с глобальным ValidationPipe, TransformInterceptor, HttpExceptionFilter/api/docsс полной OpenAPI спецификациейФронтенд (React + Vite)
lightweight-chartsv4 для графиков ценopenapi-fetch+ codegen типы из SwaggerИнфраструктура
Pipeline
push/PR в main → параллельно:
├── lint → npm ci → eslint → prettier --check
├── test → npm ci → vitest run (12 tests)
└── build → npm ci → nest build → tsc -b && vite build
Verification
npm run lint— passnpm run test:backend— 12/12 passednpm run build:backend— passnpm run build:frontend— passMVP реализации MoexVibe — NestJS бэкенд + React фронтенд + CI/Cto MVP реализации MoexVibe — NestJS бэкенд + React фронтенд + CI/CD