Programming
GODU Mobility — Ride-Hailing / Mobility Platform
GODU Mobility is a ride-hailing and vehicle mobility platform I led development on, architected as a monorepo housing dual Laravel backends alongside a React Native/Expo mobile application. The platform connects two distinct user types — Drivers and Vehicle Owners — each with their own role-based navigation flows and app experiences within the same mobile application.
GODU Mobility is a ride-hailing and vehicle mobility platform I led development on, architected as a monorepo housing dual Laravel backends alongside a React Native/Expo mobile application. The platform connects two distinct user types — Drivers and Vehicle Owners — each with their own role-based navigation flows and app experiences within the same mobile application.
The system handles the operational backbone of a mobility service: driver and vehicle owner onboarding, role-based dashboards and navigation tailored to each user type, trip/booking management, and the backend logic needed to coordinate between drivers and vehicle owners. The dual-backend architecture allowed separation of concerns across different service domains while the mobile app delivered a unified, native experience across iOS and Android via Expo.
Tech Stack:
- Backend: Laravel (PHP), dual-backend monorepo architecture
- Mobile: React Native with Expo
- Database: MySQL
Highlights:
- Architected a monorepo combining dual Laravel backends with a single cross-platform mobile app
- Built role-based navigation and UX flows to serve two distinct user types (Drivers and Vehicle Owners) within one app
- Managed release builds and native Android configuration (APK builds via Android Studio) as part of the mobile deployment pipeline