Bizzz Food Cloud Gateway
Production Hostinger Cloud API & Database Node for hotel.bizzztech.com
Cloud API ActiveHealth Ping
CodixPos Mobile App
Android mobile app connected via HTTPS to this cloud gateway. Customers browse the live menu, place orders, and track preparation status in real time.
API Base: https://hotel.bizzztech.com/
Hostinger Cloud Database
High-performance MySQL database storing online orders, customer credentials, delivery addresses, and menu modifier groups 24/7.
Engine: MySQL 8 + Prisma ORM
Local Electron POS
Local restaurant PC operating offline-first. The background sync worker pulls incoming cloud orders, prints KOTs, and synchronizes status updates.
Sync Mode: Secure Background Poller
Gateway API Endpoints
10 Active RoutesGET/api/mobile/store/status
Store operating hours, open/closed status & delivery feesGET/api/mobile/categories
Public active menu categories with countsGET/api/mobile/menu
Live menu products, modifier groups & optionsPOST/api/mobile/auth
Customer login & registration with address managementPOST/api/mobile/orders
Online food order submission from mobile devicesGET/api/mobile/orders/[id]/track
Real-time 5-stage order tracking for customersGET/api/sync/health
Cloud Gateway heartbeat and operational metricsGET/api/sync/orders/pending
POS Secure Order Ingestion Gateway (Auth Required)POST/api/sync/orders/status
POS Live Status Dispatcher to Mobile App (Auth Required)POST/api/sync/menu/push
POS Menu & Price Synchronization to Cloud (Auth Required)