Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathamkandari/cloud_performance_tuning
A Web Application that uses the Azure functionalities to optimize the Performance of my Application. The name of my application is PetMitra.
https://github.com/prathamkandari/cloud_performance_tuning
azure cloud-performance-tuning docker docker-compose express mongodb nodejs reactjs tailwindcss vercel-deployment
Last synced: 8 days ago
JSON representation
A Web Application that uses the Azure functionalities to optimize the Performance of my Application. The name of my application is PetMitra.
- Host: GitHub
- URL: https://github.com/prathamkandari/cloud_performance_tuning
- Owner: prathamkandari
- Created: 2023-09-10T04:01:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T21:43:11.000Z (12 months ago)
- Last Synced: 2023-11-19T22:27:53.497Z (12 months ago)
- Topics: azure, cloud-performance-tuning, docker, docker-compose, express, mongodb, nodejs, reactjs, tailwindcss, vercel-deployment
- Language: CSS
- Homepage: https://petmitra.azurewebsites.net/
- Size: 4.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PETMITRA
## About the Project
>
The PetMitra platform is designed to be a comprehensive resource for pet owners and animal lovers alike, offering a range of valuable features to support the welfare of our furry companions. In the highlights section, users can access up-to-date information on lost pets, providing a vital resource for reuniting pets with their owners. Additionally, the Adoption Portal serves as a hub for those seeking to provide a loving home for abandoned animals, promoting pet adoption and responsible pet ownership. The heart of our community lies in the Community and Social Features, where pet enthusiasts can come together to connect, share heartwarming stories, offer advice, and exchange photos of their beloved pets. By combining these essential elements, our platform fosters a sense of belonging and support for pet owners while actively contributing to the well-being of pets in need.## Project Link: https://petmitra.azurewebsites.net/
### Tech Stack![Static Badge](https://img.shields.io/badge/NodeJS-101010?logo=nodedotjs&logoColor=%23339933) ![Static Badge](https://img.shields.io/badge/MongoDB-101010?logo=mongodb&logoColor=%2347A248) ![Static Badge](https://img.shields.io/badge/ReactJS-101010?logo=react&logoColor=%2361DAFB) ![Static Badge](https://img.shields.io/badge/HTML-101010?logo=html5&logoColor=%23E34F26) ![Static Badge](https://img.shields.io/badge/JavaScript-101010?logo=javascript&logoColor=%23F7DF1E) ![Static Badge](https://img.shields.io/badge/Docker-101010?logo=docker&logoColor=%232496ED) ![Static Badge](https://img.shields.io/badge/CSS-202020?logo=css3&logoColor=%231572B6)
![Azure](https://img.shields.io/badge/Azure-0089D6?logo=microsoft-azure&logoColor=white&labelColor=101010)### Contributing
1. Fork the Project
2. Clone your forked repository```sh
git clone https://github.com//Cloud_Performance_Tuning.git
```
3. Now go ahead and create a new branch and move to the branch
```sh
git checkout -b fix-issue-
```
4. After you have added your changes, follow the following command chain
* Check the changed files
```sh
git status -s
```* Add all the files to the staging area
```sh
git add .
```
or
```sh
git add
```
* Commit your changes
```sh
git commit -m ""
```
5. Push your changes
```sh
git push origin fix-issue-
```
6. Open a Pull Request
>
> * Wait for the PR to be reviewed and merged.
>
> * Happy Coding!