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.
This repository is maintained by Vishesh Rawal.
LinkedIn Profile : LinkedIn.
Join our Official Discord Server |
- Navigate to the top-right corner of the Readme file.
- Click on the list-view(three horizontal lines and three vertical dots) icon.
- A dropdown will appear with the Table of Contents.
uber-like-app/
βββ frontend/
β βββ Dockerfile
β βββ src/
βββ backend/
β βββ Dockerfile
β βββ src/
β βββ package.json
β βββ tsconfig.json
β βββ nodemon.json
βββ kubernetes/
β βββ deployment.yaml
β βββ service.yaml
β βββ ingress.yaml
βββ .github/
β βββ workflows/
β βββ ci-cd.yml
βββ .dockerignore
βββ .gitignore
βββ README.md
βββ docker-compose.yml
The CI/CD pipeline is set up using GitHub Actions. It builds and deploys Docker images for the frontend and backend services and deploys them to a Kubernetes cluster.
- Docker
- Kubernetes
- GitHub account
- DockerHub account
Weβre excited to have you contribute to this Ice Cream Parlour Website project! Follow these simple steps to get started:
-
π΄ Fork the Repository
- Go to the repository page.
- Click the Fork button (top right). This creates a copy of the project in your GitHub account.
-
π» Clone Your Fork
- Once the repository is forked, clone it to your local machine. Open your terminal and run:
git clone https://github.com/your-username/Uber-like.git cd uber-like
- Replace your-username with your GitHub username.
-
πΏ Create a New Branch
- Before making any changes, create a new branch for your work:
git checkout -b your-branch-name
- Choose a branch name that describes what you're working on, such as fix-navbar or add-contact-form.
-
π οΈ Make Your Changes
- Open the project files in your code editor (like VS Code) and make your changes.
- You can contact the project manager for any queiries you have.
-
β Test Your Changes
- Make sure your changes work correctly by testing the website locally. Open the index.html file in your browser to see your updates.
-
π¬ Commit Your Changes
- Once your changes are ready, commit them with a descriptive message:
git add . git commit -m "Added feature X or Fixed issue Y"
- Once your changes are ready, commit them with a descriptive message:
-
π€ Push Your Changes
- Push your changes to your forked repository on GitHub:
git push origin your-branch-name
-
π Create a Pull Request (PR)
- Go back to the original repository here.
- Click the Compare & pull request button.
- Write a short description of your changes and submit the pull request (PR).
-
πReview Changes
- The project manager will review your PR. If your changes are approved, your request would be merged.
By following these steps, you can easily contribute to this project! If you have any questions, feel free to ask in the repositoryβs discussion or issue section.
docker-compose up --build
kubectl apply -f kubernetes/
This project is licensed under the MIT License - see the MIT License file for details.
- πTesting: Implement unit and integration tests for both frontend and backend.
- πMonitoring: Set up Prometheus and Grafana for monitoring the application.
- π‘οΈSecurity: Regularly audit the codebase for security vulnerabilities.
By following these steps, you will set up a comprehensive repository with all the necessary components for the project, including a CI/CD pipeline, Docker configuration, and Kubernetes deployment files. This will ensure a robust, scalable, and maintainable application architecture.