A modern university shuttle tracking and management system with real-time GPS tracking, live communication, and role-based dashboards.
# Download and install XAMPP
# Start Apache and MySQL services
# Create database 'orangeroute'
# Import database/schema.sql
# Place project in XAMPP htdocs folder
# Access: http://localhost/OrangeRoute/frontend/
| Role | Access |
|---|---|
| Student | Track shuttles, chat with drivers, manage profile |
| Driver | Manage assigned shuttles, update location, communicate |
| Admin | User management, route assignments, system monitoring |
admin@orangeroute.com / admin123driver@orangeroute.com / driver123student@orangeroute.com / student123Update database settings in backend/db.php:
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "orangeroute";
password_hash()htmlspecialchars()MIT License - Developed for university welfare purposes.
Developed by Sabbir Ahmed - Making university transportation smarter and more connected! 🚌✨
Last updated: September 2025