This platform is Certified Stability Ready, featuring a professional-grade testing environment and architectural compliance with ISO 25010 quality standards.
- Docker Desktop (or Docker Engine + Docker Compose)
- Node.js 20+ and pnpm 8+
- Git
pnpm install# Start PostgreSQL, Redis, RabbitMQ, Elasticsearch, MinIO, Mailhog
docker compose up -dcd apps/api
pnpm prisma generate
pnpm prisma db push --force-reset # Certified clean state
pnpm prisma db seedThis project maintains a 100% pass rate on all critical paths.
- Backend Integration: Real DB tests powered by
Testcontainers. - Frontend E2E: Comprehensive cross-browser tests using
Playwright. - Unit Coverage: 75%+ coverage on business logic composables.
# Run the full quality certification suite
pnpm test:e2eFor detailed technical specs, see:
- NestJS (API): Clean architecture, Redis caching, Winston logging, Swagger docs.
- Vue 3 (Web): Composition API, Vite, Pinia, Luicede Icons, Focus traps.
- Database: Prisma 7, PostgreSQL (Main + Replica).
- Communication: RabbitMQ events for background tasks.
- Storage: S3-compatible (MinIO) for image uploads.
Check the /docs directory for:
Certified by Antigravity AI Engineering - 2026