Match2Pay Chunk 1

The admin surface is ready for the first health check.

This scaffold proves the web app, API, worker, and local infrastructure have clear places in the project before payment, wallet, or blockchain code is added.

Web

Ready

Next.js serves this page at the root route.

API

Health Route

NestJS responds at /health and /api/v1/health.

Worker

Startup Log

The worker starts and logs a heartbeat for later jobs.

Current topology

Admin browser
  -> apps/web
    -> apps/api
      -> PostgreSQL
      -> Redis/BullMQ
      -> apps/worker