-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92d4e11
commit 45715d8
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
# University Route Tracking Application | ||
|
||
Credentials: | ||
For Driver View: | ||
username: [email protected] | ||
pass: 12344321 | ||
|
||
For Student View: | ||
username: [email protected] | ||
pass: 12344321 | ||
|
||
For Admin: | ||
username: [email protected] | ||
pass: 12344321 | ||
|
||
This Application allows the route drivers to share the realtime location of their bus with the Students. With this the Student will be able to know where the route is, and when its going to reach at their stop. | ||
The drivers and Students will be able to sign in in this app with their provided email. There is also a sign up feature in this app which will help the admin to register new user. | ||
There is admin panel which will allow the admin to update the route schedule in this app which will then be shared with all the students. | ||
|
||
The Students can also write a complain which can be viewed by admin. | ||
|
||
![WhatsApp Image 2022-06-30 at 7 45 29 PM](https://user-images.githubusercontent.com/68849516/177596998-6ff72816-f2cf-4e40-9a7d-4372103e79fc.jpeg) | ||
|
||
This application uses Firebase Database to store all the data. Google Maps Api is used to show the location on the map. |