This is project of Smart India Hackathon 2018 - Software Edition under the Ministry of Railway and our Third Year DBMS Mini Project. You can find more about project in /Docs directory.
Source Smart India Hackathon 2018
Security of passengers and their belongings is of paramount importance for Indian Railways. In case of any untoward incident or incident of crime against passengers and their belongings matter can be reported to Government Railway Police at Railway stations and on trains and also through given security helpline telephone number 182. A software solution needs to be provided for online registration of FIR over entire network of Indian Railway for speedy initiation of action by GRP.
-
Passenger : Native android app is built for passenger. Passenger needs to authenticate first and then he/she can File FIR, See the status of FIR or Turn on Panic mode to report danger situation to Government Railway Police.
-
GRP (Government Railway Police) : This is dashboard for GRP. GRP can see list of registered FIRs, can take action on FIRs, can see Alert details.
- Front End: Android-Java, HTML, CSS, Bootstrap, JavaScript.
- Back End: PHP-XAMPP.
- Database: MySQL, Firebase Realtime database.
Android: Android app for passenger. Built using Android Studio 3.5.1Server: HTML and PHP files for GRP Dashboard.Database: Backup.sqlfile.
- Install XAMPP Server.
- Copy
ServerFiles inhtdocsfolder of XAMPP. - Import
railway.sqlMySQL backup file in your database. - Edit
Config.phpas your database credentials. - Go to Firebase Console and setup android project (Don't forgot to add
SHAkey). Downloadgoogle-services.jsonfile. - Edit
AlertDetails.phpfile, Modify Firebase database path URL on 6th Line. - Enable Google Maps JavaScript API and modify API key in
AlertDetails.phpfile.
- Import android project files in Android Studio.
- Copy
google-services.jsonfile which downloaded in previous step in/appdirectory. - Update End point URLs (Only IP Address) in
strings.xmlof Android app.
After this, you're done with setup. Just run the app!
Project is published under the Apache 2.0 license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)