Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.
/ backend Public archive

RESTful API backend for iHART, built using the Django REST Framework.

Notifications You must be signed in to change notification settings

iHART-NITK/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iHART

A Distributed, Real-Time Cross Platform Application for Healthcare Management and Automation

iHART is a software product that provides an interface for students and faculty of NITK to access healthcare facilities on campus. It also helps the HCC staff manage their work and documents better.

Product Scope

  • Scheduling appointments with doctors on campus.
  • Request for ambulance service in a medical emergency.
  • Upload prescription for regular medication.
  • Review the medical history section of each student, in cases of emergency (allergies, previous medication, etc.)
  • Manage the pharmaceutical inventory at the HCC Pharmacy
  • Offer QR Code based verification of sick leave certificates issued by HCC.

Installation Steps for Localhost Setup

pip install -r requirements.txt

mysql -u <username> -p
>> create database iHART
>> exit

cd ihart_backend
cp '.env example' .env
# fill up the .env file with your local info
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 3000
# open localhost:3000 on your browser

About

RESTful API backend for iHART, built using the Django REST Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published