Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.36 KB

File metadata and controls

68 lines (45 loc) · 2.36 KB

<One sentence: what this app does and for whom. Not the tech — the point.>

Live: <https://your-app.azurecontainerapps.io — or "not deployed yet">

What it does

  • <Feature — one user-visible sentence> (spec)
  • (spec)

Run it locally

No Docker, no cloud account — everything runs from npm.

pnpm install
pnpm prisma:generate     # typed DB client
pnpm dev                 # web + worker + your own Postgres + Azurite
pnpm db:seed             # demo data (with dev running)

Check it worked: http://localhost:3000/api/health{"status":"ok","db":"ok"}. All commands: see package.json scripts, or CONTRIBUTING.md for the pre-push set (pnpm test && pnpm typecheck && pnpm build).

How it's built

<Two or three sentences: the shape of your app in your words — what the web app does, what the worker does, what's in the database. Not a tour; a gist.>

The deeper story lives in the docs, organized by the question you're asking — decisions in docs/adr/, behavior in docs/specs/, history in docs/postmortems/, procedures in docs/runbooks/. Start at docs/README.md.

Team

  • — <@github>
  • — <@github>

Contributing

Workflow, ground rules, and the documentation system: CONTRIBUTING.md. Agent conventions (any harness): AGENTS.md.


Built on the CTP C12 full-stack starter — Next.js · Prisma · Postgres · Azure.