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 Routes
GET/api/mobile/store/status
Store operating hours, open/closed status & delivery fees
GET/api/mobile/categories
Public active menu categories with counts
GET/api/mobile/menu
Live menu products, modifier groups & options
POST/api/mobile/auth
Customer login & registration with address management
POST/api/mobile/orders
Online food order submission from mobile devices
GET/api/mobile/orders/[id]/track
Real-time 5-stage order tracking for customers
GET/api/sync/health
Cloud Gateway heartbeat and operational metrics
GET/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)