A Python Django based application for doctor , patient ,lab and Chemist to interact and take appointments ,get medical prescriptions ,delivery of medicines ,evaluate lab results and predict diseases with their symptoms.
pip install Django
pip install mysql-connector-python
python manage.py makemigrations
python manage.py migrate
python manage.py runserver