feat: Add native Android driver tracking app and real-time backend/frontend bus tracking system

This commit is contained in:
Shanmuga Krishnan S M
2026-07-24 21:22:37 +05:30
parent 8e87bd72cd
commit 85b128bef5
71 changed files with 206796 additions and 1368 deletions

View File

@@ -0,0 +1,9 @@
package com.rit.driver;
public class Config {
// Replace this with your VPS public IP address or production domain name
public static final String BACKEND_URL = "http://15.206.182.201:8085";
// Default driver security PIN
public static final String DEFAULT_PIN = "RITDRIVER";
}