Minimal viable product with authentication, checkout, and payments
GET /health - Service statusPOST /api/auth/login - Get JWT tokenGET /api/protected - Protected endpointGET /buy - Checkout formPOST /api/checkout - Create orderPOST /api/process-payment - Process paymentVersion 1.0.0 • Status: Operational