Phase 1 foundation

StockMint API is ready for the first real build.

This backend will power authentication, businesses, inventory, sales, staff, reports, and audit logs through a dedicated `/api/v1` REST layer.

Check API healthBackend only, web app separate
01

Prisma-first data layer

MySQL models, seedable units, and transaction-safe data access.

02

Secure by default

JWT cookies, hashed passwords, and business-scoped access checks.

03

Simple route handlers

Readable App Router endpoints with shared helpers and validations.