visheshrwl / Uber-like

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

add driver tracking #81

Closed haseebzaki-07 closed 3 weeks ago

haseebzaki-07 commented 3 weeks ago

All Submissions:

fixes #39

Type of change

After these steps, you're ready to open a pull request.

a. This PR adds real-time driver tracking for users.

b. set up a websocket connection in backend, websocket service and integrated google maps api in the frontend.

c. Put `closes #39`