Skip to content

Commit

Permalink
Merge pull request #285 from Anchal-C09/new-Readme
Browse files Browse the repository at this point in the history
[DOCS] UPDATE README #226
  • Loading branch information
tushargupta1504 authored Oct 9, 2024
2 parents 2850b83 + e22a4e1 commit 7e923a2
Showing 1 changed file with 140 additions and 16 deletions.
156 changes: 140 additions & 16 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,68 @@
# 🌐 Welcome to Our Healthcare Platform!
# <p align="center">**Medical🩺**<br>
<img src="https://readme-typing-svg.herokuapp.com?color=45ffaa&size=40&width=900&height=80&lines=Welcome-to-HEALTHCARE%20PLATFORM" alt="Welcome to OUR HEALTHCARE PLATFORM" />
</p>







Our platform revolutionizes healthcare by offering **online medical consultations** and providing **reliable health information** at your fingertips. We ensure access to the **latest diagnostic tests**, **stress management consultancy**, and a wide range of **affordable medical services**. Our mission is to make healthcare **easily accessible** and **affordable** for all. Whether you're seeking advice in **Cardiology**, **Neurology**, **Hepatology**, or any other medical field, we’ve got you covered!

<div align="center">
<p>


## 🔗 Important Links 🔗

<table border="1">
<tr>
<td><img src="https://github.com/user-attachments/assets/82287ad0-2c5f-419f-ae49-5283fcc6fcfd" alt="Discord Logo" width="50"></td>
<td><a href="https://discord.gg/FZxBRpTEeH"> Join our Official Discord Server </a></td>
</tr>
</table>


[![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/tushargupta1504/Medical-Website)
![GitHub Repo stars](https://img.shields.io/github/stars/tushargupta1504/Medical-Website)
![GitHub contributors](https://img.shields.io/github/contributors/tushargupta1504/Medical-Website)
![GitHub last commit](https://img.shields.io/github/last-commit/tushargupta1504/Medical-Website)
![GitHub repo size](https://img.shields.io/github/repo-size/tushargupta1504/Medical-Website)
![GitHub total lines](https://sloc.xyz/github/tushargupta1504/Medical-Website)
![Github](https://img.shields.io/github/license/tushargupta1504/Medical-Website)
![GitHub issues](https://img.shields.io/github/issues/tushargupta1504/Medical-Website)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/tushargupta1504/Medical-Website)
![GitHub pull requests](https://img.shields.io/github/issues-pr/tushargupta1504/Medical-Website)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/tushargupta1504/Medical-Website)
</p>
</div>

## 🌟 Features

- **Online Medical Consultations**: Connect with doctors anytime, anywhere.
- **Reliable Health Info**: Access accurate and updated health resources.
- **Stress Management**: Mental health support and consultancy.
- **Latest Tests**: Easy access to modern diagnostic tests.
- **Affordable Healthcare**: Cost-effective medical services.
- **👨‍💻Online Medical Consultations**: Connect with doctors anytime, anywhere.
- **📝Reliable Health Info**: Access accurate and updated health resources.
- **🌿Stress Management**: Mental health support and consultancy.
- **🧪Latest Tests**: Easy access to modern diagnostic tests.
- **💰Affordable Healthcare**: Cost-effective medical services.



## 🚀 Scope for Improvement and Contributions
We warmly welcome **all contributors** to enhance our platform and bring innovative solutions. Some key areas where you can contribute include:

- **Payment System Integration**
- **Video Consulting Features**
- **Integration with Local Medicine Providers**
- **Online Delivery of Medical Kits and Medicines** through partner networks
- **Telehealth Scheduling and Reminders**
- **Real-Time Health Monitoring** (wearables integration)
- **Multi-language Support** for global accessibility
- **Patient Health Records Management** for secure and easy tracking
- **💳Payment System Integration**
- **💻 Video Consulting Features**
- **👨‍⚕️Integration with Local Medicine Providers**
- **🚚Online Delivery of Medical Kits and Medicines** through partner networks
- **🔔Telehealth Scheduling and Reminders**
- **⏱️Real-Time Health Monitoring** (wearables integration)
- **🗣️Multi-language Support** for global accessibility
- **📄Patient Health Records Management** for secure and easy tracking


We encourage **new ideas** and feature development to further improve the platform’s functionality.

Expand All @@ -34,16 +76,98 @@ For additional reference on best practices and features, you can explore the web
5. [Fortis Healthcare, India](https://www.fortishealthcare.com)

## 🐳 Deploying with Docker
Deploying with Docker makes for an easy and consistant development experience
Deploying with Docker makes for an easy and consistent development experience

- **Ensure Docker is Running**: Install/Start Docker on the host machine
- **Open a Terminal**: Open a terminal in the root project directory. (Where the compose.yaml file is located)
- **Run Compose Command**: Run the docker compose command. 'docker compose up -d'
- **Open a browser**: Navigate to the url http://localhost:9090
- **Enjoy!**: You should be able to navigate the website in your browser!

Your contributions make a difference! Let's work together to provide a better healthcare experience for all.

<br/>
<h1 align="left">Medical Website Template</h1>
<br/>
<img src="img/medical.gif" alt="video">

## 🛠️ Tech Stack

- **HTML5**: Structuring the content of the web pages.
- **CSS3**: Styling and designing the user interface.
- **JavaScript**: Adding interactivity and dynamic content.
- **Git**: Version control for tracking code changes.
- **GitHub**: Collaboration and hosting repository for the project.
-**Python**: Programming language for backend development and scripting.
-**Docker**: Containerization platform for consistent deployment and development environments.
<br>


## 🚀 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/tushargupta1504/Medical-Website/fork).
- 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

```

- 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/tushargupta1504/Medical-Website/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.
## 📢Contributors📢
<a href="https://github.com/tushargupta1504/Medical-Website/graphs/contributors"> <img src="https://contrib.rocks/image?repo=tushargupta1504/Medical-Website" /> </a>
Your contributions make a difference! Let's work together to provide a better healthcare experience for all.

📄 License
This project is licensed under the MIT License

0 comments on commit 7e923a2

Please sign in to comment.