Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pratikmane0112/telmedsphere

A telemedicine healthcare platform for doctors & patients.
https://github.com/pratikmane0112/telmedsphere

flask html js kwoc2024 mongodb python reactjs sass

Last synced: 30 days ago
JSON representation

A telemedicine healthcare platform for doctors & patients.

Awesome Lists containing this project

README

        

#

💖 TelMedSphere 💖


[![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=PratikMane0112%2FTelMedSphere%20&countColor=%23263759&style=flat)
![GitHub forks](https://img.shields.io/github/forks/PratikMane0112/TelMedSphere)
![GitHub Repo stars](https://img.shields.io/github/stars/PratikMane0112/TelMedSphere)
![GitHub contributors](https://img.shields.io/github/contributors/PratikMane0112/TelMedSphere)
![GitHub last commit](https://img.shields.io/github/last-commit/PratikMane0112/TelMedSphere)
![GitHub repo size](https://img.shields.io/github/repo-size/PratikMane0112/TelMedSphere)
![Github license](https://img.shields.io/github/license/PratikMane0112/TelMedSphere)
![GitHub issues](https://img.shields.io/github/issues/PratikMane0112/TelMedSphere)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/PratikMane0112/TelMedSphere)
![GitHub pull requests](https://img.shields.io/github/issues-pr/PratikMane0112/TelMedSphere)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/PratikMane0112/TelMedSphere)


🧾 Table of Contents

[📌 Introduction](#introduction).

[💡 Features](#features).

[🚀 Technology Used](#technology-used).

[⭐ Overview](#overview).

[💥 Getting Started](#getting-started).

[📑 Contributing Guidelines](#contributing-guidelines).

[📑 Code Of Conduct](#code-of-conduct).

[⚡ Project Admin](#project-admin).

[🧡 Contributing with fun](#contributing-with-fun).


📌Introduction

TelMedSphere is designed to make healthcare simple and accessible for both doctors and patients. It allows patients to connect with doctors through video calls, manage their health records, and make payments easily. For doctors, the app provides tools to schedule consultations, write prescriptions, and manage their time effectively.

💡Features

🚨 For Patients:

- Book Video Calls: Easily schedule video consultations with doctors.
- Share Feedback: Rate and review the doctor after your consultation.
- Manage Your Profile: Update and view your personal details.
- View Past Records: Check previous orders and prescriptions in one place.
- Easy Payments: Use the wallet feature powered by Stripe for secure payments.

🚨 For Doctors:

- Set Up Your Profile: Add information about yourself and your services.
- Manage Availability: Set your working hours for consultations.
- Join Video Calls: Connect with patients at the scheduled time.
- Write Prescriptions: Share prescriptions directly with patients after the consultation.
- Queue System: Organize appointments efficiently with a smart queue feature.

🚀Technology Used


HTML
CSS
JS
React
SCSS
Python
Flask
Mongo

🚨 Frontend: HTML, CSS, JS, ReactJs

🚨 Styling: SCSS

🚨 Backend: Python, Flask

🚨 Database: MongoDB

⭐Overview

Live Project Demo ↗️

![](https://github.com/PratikMane0112/TelMedSphere/blob/master/Overview/1.png)
![](https://github.com/PratikMane0112/TelMedSphere/blob/master/Overview/2.png)
![](https://github.com/PratikMane0112/TelMedSphere/blob/master/Overview/3.png)
![](https://github.com/PratikMane0112/TelMedSphere/blob/master/Overview/4.png)
![](https://github.com/PratikMane0112/TelMedSphere/blob/master/Overview/5.png)
![](https://github.com/PratikMane0112/TelMedSphere/blob/master/Overview/6.png)

⬆️

💥Getting Started

- Fork this Repository.
- Clone the forked repository in your local system.

```bash
git clone https://github.com//TelMedSphere.git
```

- Navigate to the project directory for frontend Setup.

```bash
# Navigate to frontend directory
cd frontend
# Install all npm packages for react frontend
npm install
# Set .env file
mv .env.example .env
# Start the frontend
npm run dev
```

- Navigate to the project directory for backend Setup.

```bash
# Navigate to backeend directory
cd backend
# Set .env file
mv .env.example .env
# Create a virtual environment
python -m venv venv # This will create a folder named venv inside your project directory
# Activate the virtual environment
venv\Scripts\activate
# Install all dependencies for flask server
pip install -r requirements.txt
# Run flask server
flask run
# deactivate the virtual environment, when you are done
deactivate
```

⬆️

📑Contributing Guidelines

Read our [Contributing Guidelines](https://github.com/PratikMane0112/TelMedSphere/blob/master/.github/CONTRIBUTING_GUIDELINES.md) to learn about our development process, how to propose bugfixes and improvements, and contributions.

📑Code Of Conduct

TelMedSphere and everyone participating in it is governed by the [Code of Conduct](https://github.com/PratikMane0112/TelMedSphere/blob/master/.github/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.

⚡Project Admin

Pratik Mane
Project Admin - Pratik Mane


harshwardhan patil
Mentor - Harshwardhan Patil

🚩Open Source Programs

### 💖TelMedSphere is now OFFICIALLY accepted for ...

KWOC2024
KWOC 2k24

🫂Project Contributors



🧡Contributing with fun

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

Join Discord Server↗️


🎊 Contributions are always welcome 👨‍💻 Give it a 🌟 if you 🧡 TelMedSphere. Happy Coding !!!!! 🎊


⬆️