╔════════════════════════════════════════════════════════╗
║  MOVING COMPANY TIME TRACKING SYSTEM                   ║
║  Complete Deployment Package                           ║
╚════════════════════════════════════════════════════════╝

FILES IN THIS PACKAGE:
───────────────────────────────────────────────────────
installer/install.php   → PHP installer wizard (start here)
api/server.js           → Node.js REST API
api/package.json        → API dependencies
api/.env.example        → Configuration template
dashboard/App.jsx       → React web dashboard
dashboard/index.html    → Dashboard HTML entry
mobile/MobileApp.js     → React Native mobile app
mobile/package.json     → Mobile dependencies
docs/SETUP.md           → Full setup guide
───────────────────────────────────────────────────────

QUICK START (5 minutes):

STEP 1 — Upload installer/install.php to your web root
         via cPanel File Manager or FTP

STEP 2 — Visit: https://yourdomain.com/install.php
         Follow the 4-step wizard (no JavaScript needed)

STEP 3 — That's it! Database is ready.

STEP 4 — For the full API, upload api/ files and run:
         cp .env.example .env
         (edit .env with your DB credentials)
         npm install
         npm start

STEP 5 — Mobile app: cd mobile && npx expo start

───────────────────────────────────────────────────────
SUPPORT: Read docs/SETUP.md for full instructions.
