KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
UberApp
★ 13
Open GitHub ↗
Uber App backend in spring-boot
Download README (.md)
Explore Similar Repositories
JSON_Encoder
:
A library specifically made for arduino devices to encode JSON strings to URL strings and vice versa.
ansible-collection-homelab
:
A collection of Ansible automation roles for my homelab.
Slip39
:
Shamir's Secret-Sharing for Mnemonic Codes in C#
sf2-rmidi-specification
:
SF2 RMIDI Format Specification
vlm-toolbox
:
Vision-Language Models Toolbox: Your all-in-one solution for multimodal research and experimentation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
UberApp
?
Download (.md)
**Complete backend system in spring-boot of Ride booking app like Uber/OLA, Following is the UML Class Diagram**  **Flow Diagram**  **Key Highlights** 1. User request a ride with payment preference as Wallet or Cash. 2. User ride request is send to nearest drivers or nearest highest rated drivers depending of user rating. 3. Ride fare charges is calculated depending on distance and surge factor. 4. After ride is finished user can give rating to driver and driver can also rate user.