Logo Lanfrica

supamars7/kash-air-cargo-logistics

Domain:

mobilitydigital infrastructure

Record type:

software
Creator:
sup
Host:
KASH AIR is a modern, high-performance web platform for airport-to-airport cargo logistics across Nigeria (Lagos `LOS`, Abuja `ABV`, Port Harcourt `PHC`, Kano `KAN`). # KASH AIR Β· Real-Time Airport-to-Airport Cargo Logistics KASH AIR is a modern, high-performance web platform for airport-to-airport cargo logistics across Nigeria (Lagos `LOS`, Abuja `ABV`, Port Harcourt `PHC`, Kano `KAN`). --- ## ⚑ Key Features - **⚑ Instant Cargo Booking & Flat-Rate Pricing:** Guaranteed flat rate of ₦1,500/kg with whole-kilogram rounding. - **πŸ” Live 8-Stage Audit Timeline:** Real-time tracking from online booking to airport counter collection. - **πŸ›« Staff Operations & Desk Portal:** Real-time cargo queue, operational KPI metrics, scale weight recording, and status progression. - **🏷 Printable Air Waybill Thermal Labels:** 1-click generation of thermal cargo labels with barcodes for counter package tagging. - **πŸ”Œ Multi-Database Support:** Choose between **Supabase (PostgreSQL + Realtime)**, **Firebase (Firestore)**, or **Offline Demo Mode** with zero code changes. --- ## πŸš€ Quick Start (Local Run) ### Option 1: Direct Browser View (Zero Dependencies) Open `index.html` directly in your browser: ``` file:///c:/Users/OWNER/Documents/kash-air/index.html ``` ### Option 2: Local Server (`localhost`) Double-click `run_preview.bat` or run: ```bash node server.js ``` Then open localhost. --- ## πŸ—„ Database Configuration ### 1. Connecting Supabase (Recommended for PostgreSQL + Realtime) 1. Create a free project at supabase.com. 2. Open your Supabase **SQL Editor**. 3. Copy and run the entire SQL script from `supabase/schema.sql`. 4. Click the **Database** badge (top-right of KASH AIR web app) β†’ Select **Supabase** β†’ Paste your **Project URL** and **Anon Public Key**. ### 2. Connecting Firebase (Firestore) 1. Create a project at firebase.google.com and enable **Firestore Database**. 2. Deploy the security rules from `firebase/firestore.rules`. 3. Click the **Database** badge in KASH AIR β†’ Select **Firebase** β†’ Enter your **Project ID** and **API Key**. --- ## πŸ“ Project Architecture ``` kash-air/ β”œβ”€β”€ index.html …