ResaleCerty

Milestone 0 bootstrap is live.

This scaffold establishes the admin web shell, the public request route, a PostgreSQL-backed data layer, and a worker process without widening scope past the control layer.

Admin shell

The internal operator surface lives under `/admin`, with auth entry at `/login`.

Health endpoint

The web runtime exposes /api/health for smoke checks during bootstrap validation.