No description
Find a file
2026-07-20 22:26:33 +02:00
src feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00
.env.example feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00
.gitignore feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00
Dockerfile feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00
nest-cli.json feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00
package.json feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00
README.md feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00
tsconfig.json feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +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.