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.
[X] Have you followed the guidelines stated in README.md file?
[X] Have you checked to ensure there aren't any other open Pull Requests for the desired changed?
fixes #39
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
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`
All Submissions:
fixes #39
Type of change
After these steps, you're ready to open a pull request.