Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 πŸ”—


Discord Logo
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)