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

@@ -1,16 +1,20 @@
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\config\DataInitializer.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\config\WebConfig.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\BusRouteController.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\CommunityQuestionController.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\NotePyqController.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\BusRoute.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\BusStop.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityAnswer.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityQuestion.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\NotePyq.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\PortalApplication.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\BusRouteRepository.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\BusStopRepository.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityAnswerRepository.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityQuestionRepository.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\NotePyqRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\config\DataInitializer.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\config\WebConfig.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\BusLocationController.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\BusRouteController.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\CommunityQuestionController.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\NotePyqController.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\dto\DriverLocationUpdate.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\BusRoute.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\BusStop.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityAnswer.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityQuestion.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\NotePyq.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\model\BusLocation.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\PortalApplication.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\BusRouteRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\BusStopRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityAnswerRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityQuestionRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\NotePyqRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\service\BusLocationService.java