This project is an Uber like Android app with php backend. It allows you to book the nearest available cab. Driver app is also present in the repo along with the server code.
- Google Maps API key.
- OneSignal API key.
git clone https://github.com/AnupKumarPanwar/Uber-Like-Cab-Service.git
- Open the User App in Android Studio.
- Put your GOOGLE_MAPS_API_KEY in
strings.xml
- Repeat the same process in Driver App.
- In Driver App, also replace ONE_SIGNAL_APP_ID in build.gradle (module:app) with your id.
- Deploy the php server.
- Import the
database.sql
file in MySQL. - Replace the network call urls in the Android App code with your server url.