Backend Service Online

Shahs Delivery Platform

This is the primary backend surface for the Shahs delivery and operations platform. It exposes authenticated APIs for admin, store, warehouse, finance, inventory, ordering, and reporting workflows.

If you reached this page via /, the service is reachable. That route is not a browser login screen in this backend. Use the API login endpoints or Swagger documentation below.

Requested route: /
Status: backend responding normally with documentation and operational entry points.
Environment
DEVELOPMENT
Version
0.0.1
Last Commit
Unavailable
Commit SHA
unknown
Authentication

Common API Routes

These are backend endpoints, not browser pages. Use them from the frontend apps, Postman, curl, or Swagger.

POST /auth/login Admin authentication endpoint.
POST /auth/store/login Store application login endpoint.
GET /health Lightweight health response for probes and uptime checks.
GET /api/docs Interactive Swagger UI for the main backend API.