A matrimony platform built from schema to ship, serving a defined regional community.
End-to-end product: profile management, a matching engine, and a custom REST API layer, all designed around a normalized MySQL schema built to handle relational lookups (preferences, family details, matches) without slowing down as the user base grows.
- Custom-designed relational schema for profile matching
- REST API layer decoupled from the frontend for reuse across clients
- Deployed on Vercel with a Next.js edge-friendly rendering strategy