Skip to content
Uber Like Android App with PHP backend
Branch: master
Clone or download
Latest commit 6aea6ed Mar 28, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Driver App Refectored Driver App Mar 28, 2019
PHP APIs updated apis Aug 5, 2017
User App Refeactored User App Mar 28, 2019
.gitignore #1 Jul 16, 2017
README.md Create README.md Mar 28, 2019
database.sql database file Mar 28, 2019

README.md

Uber Like Cab Service

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.

Prerequisites

  1. Google Maps API key.
  2. OneSignal API key.

STEP 1

git clone https://github.com/AnupKumarPanwar/Uber-Like-Cab-Service.git

STEP 2

  1. Open the User App in Android Studio.
  2. Put your GOOGLE_MAPS_API_KEY in strings.xml
  3. Repeat the same process in Driver App.
  4. In Driver App, also replace ONE_SIGNAL_APP_ID in build.gradle (module:app) with your id.

STEP 3

  1. Deploy the php server.
  2. Import the database.sql file in MySQL.
  3. Replace the network call urls in the Android App code with your server url.
You can’t perform that action at this time.