This repository contains the codebase for an Uber-like application providing both delivery and cab services. The project uses modern technologies including Docker, Kubernetes, TypeScript for backend, React for frontend, GraphQL for API interactions, Redis for caching, Kafka for message brokering, and advanced routing algorithms.
MIT License
11
stars
28
forks
source link
Create a Dashboard for Real-Time Driver and Delivery Partner Tracking #2
Describe the solution you'd like
Build a dashboard view in the frontend to visualize the real-time locations of drivers and delivery partners using a map service (e.g., Mapbox or Google Maps API).
Steps:
Add a map component using a library like react-leaflet or react-google-maps.
Integrate real-time data from a backend endpoint (WebSocket or REST API).
Show markers for each driver/delivery partner and allow filtering by status.
Describe the solution you'd like Build a dashboard view in the frontend to visualize the real-time locations of drivers and delivery partners using a map service (e.g., Mapbox or Google Maps API).
Steps: