Orange-Route

🚌 OrangeRoute

A modern university shuttle tracking and management system with real-time GPS tracking, live communication, and role-based dashboards.

Features

Tech Stack

Quick Start

  1. Setup XAMPP
    # Download and install XAMPP
    # Start Apache and MySQL services
    
  2. Database Setup
    # Create database 'orangeroute'
    # Import database/schema.sql
    
  3. Deploy
    # Place project in XAMPP htdocs folder
    # Access: http://localhost/OrangeRoute/frontend/
    

User Roles

Role Access
Student Track shuttles, chat with drivers, manage profile
Driver Manage assigned shuttles, update location, communicate
Admin User management, route assignments, system monitoring

Default Credentials

Configuration

Update database settings in backend/db.php:

$servername = "localhost";
$username = "root";
$password = "";
$dbname = "orangeroute";

Security

License

MIT License - Developed for university welfare purposes.


Developed by Sabbir Ahmed - Making university transportation smarter and more connected! 🚌✨

Last updated: September 2025