The central backend service of JposX — a full-stack point-of-sale system inspired by real-world restaurant infrastructure.
This module uses Javalin to expose HTTP APIs and WebSocket endpoints that power order intake, kitchen routing, and persistent storage via SQLite.
POST /order– Create a new orderGET /orders/:id– Fetch order by ID
📚 Full API documentation coming soon.