Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/visheshrwl/uber-like
hacktoberfest hacktoberfest-accepted
Last synced: 28 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/visheshrwl/uber-like
- Owner: visheshrwl
- License: mit
- Created: 2024-06-18T04:52:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T17:29:15.000Z (2 months ago)
- Last Synced: 2024-12-13T05:29:54.347Z (about 1 month ago)
- Topics: hacktoberfest, hacktoberfest-accepted
- Language: JavaScript
- Homepage:
- Size: 526 KB
- Stars: 12
- Watchers: 1
- Forks: 28
- Open Issues: 18
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Code of conduct: Code_Of_Conduct.md
Awesome Lists containing this project
README
#
**Uber-Like Appπ**
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.
Repository Owner
This repository is maintained by Vishesh Rawal.
LinkedIn Profile : LinkedIn.
## π Important Links π
Join our Official Discord Server
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
![Visitors](https://api.visitorbadge.io/api/visitors?path=mdazfar2%2Fezyshop%20&countColor=%23263759&style=flat)
![GitHub forks](https://img.shields.io/github/forks/visheshrwl/Uber-like)
![GitHub Repo stars](https://img.shields.io/github/stars/visheshrwl/Uber-like)
![GitHub contributors](https://img.shields.io/github/contributors/visheshrwl/Uber-like)
![GitHub last commit](https://img.shields.io/github/last-commit/visheshrwl/Uber-like)
![GitHub repo size](https://img.shields.io/github/repo-size/visheshrwl/Uber-like)
![GitHub total lines](https://sloc.xyz/github/visheshrwl/Uber-like)
![Github](https://img.shields.io/github/license/visheshrwl/Uber-like)
![GitHub issues](https://img.shields.io/github/issues/visheshrwl/Uber-like)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/visheshrwl/Uber-like)
![GitHub pull requests](https://img.shields.io/github/issues-pr/visheshrwl/Uber-like)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/visheshrwl/Uber-like)---
## π For Table of Contents
1. Navigate to the top-right corner of the Readme file.
2. Click on the **list-view**(three horizontal lines and three vertical dots) icon.
3. A dropdown will appear with the Table of Contents.
---
## π Participating Programs| Name | Logo | Purpose |
|-----------------------|-----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
| GSSoC'2024-Extd | ![GSSoC Logo](assets/GSSoC-Ext.png) | The coding period is from October 1st to October 30th, during which contributors make contributions and earn points on the platform. |
| Hacktoberfest 2024 | ![Hacktoberfest Logo](assets/hacktoberfest.png) | Hacktoberfest is a month-long October event welcoming all skill levels to join the open-source community. |---
## πProject Structure
```
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
```## βοΈCI/CD Pipeline
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.
## π Setup Instructions
### πPrerequisites
- Docker
- Kubernetes
- GitHub account
- DockerHub account## π How to Contribute to This Project π
Weβre excited to have you contribute to this *Ice Cream Parlour Website* project! Follow these simple steps to get started:
1. **π΄ Fork the Repository**
- Go to the [repository page](https://github.com/visheshrwl/uber-like).
- Click the *Fork* button (top right). This creates a copy of the project in your GitHub account.2. **π» Clone Your Fork**
- Once the repository is forked, clone it to your local machine. Open your terminal and run:
```bash
git clone https://github.com/your-username/Uber-like.git
cd uber-like
```
- Replace your-username with your GitHub username.3. **πΏ Create a New Branch**
- Before making any changes, create a new branch for your work:
``` bash
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.4. **π οΈ 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.5. **β 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.6. **π¬ Commit Your Changes**
- Once your changes are ready, commit them with a descriptive message:
```bash
git add .
git commit -m "Added feature X or Fixed issue Y"
```
7. **π€ Push Your Changes**
- Push your changes to your forked repository on GitHub:
``` bash
git push origin your-branch-name
```
8. **π Create a Pull Request (PR)**
- Go back to the original repository [here](https://github.com/visheshrwl/uber-like/pulls?q=is%3Aopen+is%3Apr).
- Click the *Compare & pull request* button.
- Write a short description of your changes and submit the pull request (PR).9. **π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.
## β Run Locally with Docker Compose
```
docker-compose up --build
```## πDeploy to Kubernetes
```
kubectl apply -f kubernetes/
```## π’Our Valuable Contributorsπ’
[![Contributors](https://contrib.rocks/image?repo=visheshrwl/Uber-like)](https://github.com/visheshrwl/Uber-like/graphs/contributors)---
## Stargazers β€οΈ
[![Stargazers repo roster for visheshrwl/Uber-like](https://reporoster.com/stars/visheshrwl/Uber-like)](https://github.com/visheshrwl/Uber-like/stargazers)
## Forkers β€οΈ
[![Forkers repo roster for @nastyox/Repo-Roster](https://reporoster.com/forks/visheshrwl/Uber-like)](https://github.com/visheshrwl/Uber-like/network/members)
---
## πLICENSE
This project is licensed under the MIT License - see the [MIT License](LICENSE) file for details.## Additional Recommendations
- **π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.
![](https://komarev.com/ghpvc/?username=visheshrwl)