All Projects → AnupKumarPanwar → Uber-Like-Cab-Service

AnupKumarPanwar / Uber-Like-Cab-Service

Licence: other
Uber Like Android App with PHP backend

Programming Languages

java
68154 projects - #9 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Uber-Like-Cab-Service

H3 Go
Go bindings for H3, a hierarchical hexagonal geospatial indexing system
Stars: ✭ 118 (-4.07%)
Mutual labels:  uber
Airbnb Android Google Map View
This is a sample Android Application which has Google Map view similar to what AirBnb Android Application. Moving Markers like Uber/Ola. Custom Google Search for places. Recycler view with Animations added.
Stars: ✭ 175 (+42.28%)
Mutual labels:  uber
H3
Hexagonal hierarchical geospatial indexing system
Stars: ✭ 3,167 (+2474.8%)
Mutual labels:  uber
Uber Car Animation Android
An example project to demonstrate how to Add Uber Like Car Animation in Android App
Stars: ✭ 134 (+8.94%)
Mutual labels:  uber
Uber React
Uber-like project in React Native
Stars: ✭ 151 (+22.76%)
Mutual labels:  uber
Expo Uber
Uber UI Clone with React Native & Expo
Stars: ✭ 186 (+51.22%)
Mutual labels:  uber
Ubereats
🍦 UberEats clone 🍜 : iOS in Swift, backend with Yelp API and Node.js. Location uses Google Map Service API. All animation and UI done programmatically
Stars: ✭ 114 (-7.32%)
Mutual labels:  uber
UberCarAnimation
This app is for animating a car like uber from one position to another with preserving angle and smooth animation
Stars: ✭ 53 (-56.91%)
Mutual labels:  uber
Luma.gl
High-performance Toolkit for WebGL-based Data Visualization
Stars: ✭ 1,928 (+1467.48%)
Mutual labels:  uber
Uber Mobile Web
This is an attempt to mock the new uber app into mobile web to learn how react can be used to optimize for mobile web.
Stars: ✭ 235 (+91.06%)
Mutual labels:  uber
Big Companies Interview Questions
A curated list of previous asked Interview Question at Big Companies and Startups 🤲 🏆
Stars: ✭ 135 (+9.76%)
Mutual labels:  uber
H3 Java
Java bindings for H3, a hierarchical hexagonal geospatial indexing system
Stars: ✭ 150 (+21.95%)
Mutual labels:  uber
Atari Model Zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
Stars: ✭ 198 (+60.98%)
Mutual labels:  uber
Horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
Stars: ✭ 11,943 (+9609.76%)
Mutual labels:  uber
Fastlane
🚗 Book Uber from your menubar, fast using Electron, React and Redux 🍟
Stars: ✭ 253 (+105.69%)
Mutual labels:  uber
Ridereceipts
🚕 Simple automation desktop app to download and organize your receipts from Uber/Lyft. Try out our new Ride Receipts PRO !
Stars: ✭ 117 (-4.88%)
Mutual labels:  uber
Ridesharing Android
Ridesharing driver & rider sample apps using HyperTrack SDK
Stars: ✭ 186 (+51.22%)
Mutual labels:  uber
ridesharing-ios
Ridesharing driver & rider sample apps using HyperTrack SDK
Stars: ✭ 97 (-21.14%)
Mutual labels:  uber
Vis Academy
A set of tutorials on how our frameworks make effective data visualization applications.
Stars: ✭ 254 (+106.5%)
Mutual labels:  uber
Makisu
Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Stars: ✭ 2,409 (+1858.54%)
Mutual labels:  uber

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. Android API key - https://cloud.google.com/docs/authentication/api-keys#api_key_restrictions
  2. Google Maps API key - https://developers.google.com/places/android-sdk/get-api-key#restrict-key
  3. OneSignal API key - https://documentation.onesignal.com/docs/accounts-and-keys

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 and ANDROID_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. Open database.sql and update line number 20 i.e.,
-- Database: `id11748254_nearcabs`
  1. Import the database.sql file in MySQL.
  2. Replace the network call urls in the Android App code with your server url.

Note: Check this repo for PlacePicker related issues https://github.com/rtchagas/pingplacepicker

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].