No description
Find a file
2026-08-02 12:09:04 +00:00
docs docs(aud-007): CC-047 business continuity audit — RTO/RPO, backup findings 2026-07-31 15:18:39 +00:00
drizzle feat(CC-066): add journal entry for migration 0012 2026-08-02 12:09:01 +00:00
scripts feat(tst-017): DR test script — container crash + RTO measurement 2026-07-31 15:18:37 +00:00
src feat(CC-066): add ActionPlansController (CRUD) 2026-08-02 12:09:04 +00:00
.dockerignore fix: correct ceo-api Dockerfile port and dependency install 2026-07-21 02:50:53 +02:00
.env.example security: enforce TenantGuard and ThrottlerGuard globally, lock down CORS 2026-07-21 19:48:17 +02:00
.gitignore feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00
Dockerfile feat(cc-052): copy drizzle/ migrations into final Docker image 2026-08-01 10:32:02 +00:00
drizzle.config.ts feat: add Drizzle ORM, Supabase admin client, Swagger, Helmet, Pino logging, rate limiting 2026-07-20 22:41:09 +02:00
jest.config.js feat: multi-tenant core -- session auth, RBAC, organizations, tasks, audit 2026-07-28 21:15:43 +02:00
nest-cli.json feat: add agent niche registry (SKILL.md-style) grouping AI tools by domain 2026-07-24 00:00:42 +02:00
package-lock.json chore: regenerate lockfile — consistent @types/supertest@6.0.3 2026-07-31 15:07:43 +00:00
package.json fix(deps): align @types/supertest version with resolved lock entry (6.0.3) 2026-07-31 15:07:43 +00:00
README.md feat: add Drizzle ORM, Supabase admin client, Swagger, Helmet, Pino logging, rate limiting 2026-07-20 22:41:09 +02:00
tsconfig.json fix: scope tsconfig to src/ so nest build emits dist/main.js 2026-07-21 12:07:06 +02:00

ceo-api

NestJS API pentru CEO-OS. Se conecteaza la Supabase (Postgres/Auth) si Redis, deployat prin Coolify pe proiectul CEO-OS.

Dezvoltare

npm install
cp .env.example .env
npm run start:dev

GET /health returneaza statusul serviciului. GET /docs expune Swagger UI.

Stack

NestJS, Drizzle ORM (src/db), Supabase Admin SDK (src/supabase), BullMQ/Redis, class-validator/Zod, Helmet, rate limiting (Throttler), logging Pino.

Migratii

npm run db:generate
npm run db:migrate