Skip to content

A platform to connect rural patients and doctors

Notifications You must be signed in to change notification settings

harshita1017/eVaidya

Repository files navigation

Team-27: eVaidya

Problem statement

Taru Foundation: Telemedication

Table of Contents
  1. Intoduction
  2. Tech Stack Used
  3. Web Site Screenshots
  4. Getting Started

Introduction

Our Aim

To provide platform to connect Medical Practitioners, Patients and Doctors at one stop destination. Our vision is to provide an app for all basic healthcare needs of the rural people. It is an accessible, free, instant, user-friendly platfrom. Making it a one stop solution for a health platform.

Functionalities

The app allows RMPs to schedule an appointment for the patient or the patient can schedule it themselves. The patient can access the video chat feature enabled which they can use to interact with the doctors from the comfort of their homes if internet is available or they can go to their local RMP’s office where they provide this service. It renders a hassle-free environment and saves transportation time and the time spent in waiting queues for patients. Here even the doctors can have a look at thier scheduled appointments and also accept, deny, reschedule the appointments.

Use Case Diagram

Tech stack used

  • Front End: HTML, CSS, JS, Bootstrap, jQuery
  • Back end: Django, Python
  • API: Microsoft Azure Cognitive Services
  • Database: SQLite

Website screenshots

Landing page

Screenshot 2022-11-06 at 10 43 07 AM

Login page

Screenshot 2022-11-06 at 10 46 22 AM

Dashboard

Azure Chat Support

Getting started

To install and run the project on your local system, following are the requirements:

  • Clone the GitHub repository
$ git clone https://github.com/harshita1017/eVaidya.git 
  • Change directory to eVaidya
$ cd eVaidya
  • Make sure to install the required dependencies from requirements.txt file
 pip install -r requirement.txt 
  • To install additional dependencies run the following commands
pip3 install pipenv
pipenv shell
pip install django-widget-tweaks
pip install django==3.0.5
pip install xhtml2pdf
py manage.py makemigrations
py manage.py migrate
py manage.py runserver

About

A platform to connect rural patients and doctors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published