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
[CI-CD] Set Up Automated Code Quality Checks with ESLint and Prettier #6
Desired Behavior Integrate ESLint and Prettier into the CI/CD pipeline for consistent code quality and formatting checks across the codebase.
Proposed Solution