# VIOS - Video Interactive Order System

A WebRTC-based hotel menu/item ordering system using PeerJS, PHP, MySQL, Bootstrap, and jQuery.

## Structure
- `/admin/` - Admin portal
- `/hotel/` - Hotel portal
- `/customer/` - Customer QR landing
- `/receiver/` - Waiter/receiver interface
- `/api/` - Backend AJAX/API
- `/assets/` - CSS, JS, images
- `/db/` - DB connection
- `config.php` - Config & PeerJS settings

## Setup
1. Import the provided SQL schema to MySQL
2. Update DB credentials in `config.php`
3. Set up PeerJS server (already running on sip.dialtophone.com:9000)
4. Access portals via browser
