Hi all, I've been developing a ride-hailing backend similar to Uber/Bolt.
I built it to handle real-time driver location updates, trip matching, and surge pricing logic.
Repo: https://github.com/richxcame/ride-hailing
Looking for feedback specifically on: • service boundaries • geo matching logic design • API / pub-sub flows
Open to suggestions and improvements. Thank you.