This repo currently hosts the Anon backend (auth API + audit logging).
OPS_RUNBOOK.md- Primary day-to-day developer/ops runbook (start/stop, env vars, endpoints, tests)
Setup.md- Full end-to-end environment setup guide (VM + Keycloak + PostgreSQL + immuDB)
- Create a local
.envfile (do not commit it) based on.env.example. - Install dependencies:
npm install - Start backend:
npm start(ornpm run dev)
npm startnpm run devnpm run test:e2enpm run setup:immudbnpm run diagnose:immudb