https://github.com/geetesh-gupta/ridewithme
Cab Ride Booking App in Kotlin
https://github.com/geetesh-gupta/ridewithme
Last synced: about 2 months ago
JSON representation
Cab Ride Booking App in Kotlin
- Host: GitHub
- URL: https://github.com/geetesh-gupta/ridewithme
- Owner: geetesh-gupta
- Created: 2020-05-12T19:33:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T19:46:57.000Z (about 5 years ago)
- Last Synced: 2025-02-08T15:12:32.793Z (4 months ago)
- Language: Kotlin
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RideWithMe
Cab Ride Booking App in Kotlin## How to run the app
- Create an account on Google Cloud
- Setup Billing
- Enable Maps, Places and Directions API
- Generate Credentials
- Make sure to restrict the usage to the Android App, otherwise some functionalities may not work
- Copy the apiKey from Credentials to `local.properties`
- Build the application## Thanks
The application has been developed as an Android course under MindOrks Droid Flight hosted by https://mindorks.com/.
I would like to thanks Mindorks to provide such a great course with concise content and full mentorship support.