apps/api/readme.md
Backend API for the Agentic platform.
DATABASE_URL - Postgres connection stringbrew install postgresql && brew services start postgresqlpnpm drizzle-kit push to set up your database schemabrew install localstack/tap/localstack-cli && localstack start -dbrew install minio/stable/minio && minio server /dataS3_BUCKET - RequiredS3_REGION - Optional; defaults to autoS3_ENDPOINT - Required; example: https://<id>.r2.cloudflarestorage.comACCESS_KEY_ID - Required (cloudflare R2 docs)SECRET_ACCESS_KEY - Required (cloudflare R2 docs)