Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.98 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.98 KB

IITJ Health Care Status finished Django 2.1.5 Python 3.6.8 forthebadge made-with-python


ABOUT THE PROJECT

This project provides students online access to Health Centre and Medical Store. The students can get online prescriptions from doctors, request ambulance in emergency situations and get information about the medicines available in the Medical Store.


SOFTWARE ENGINEERING PARADIGMS

The various aspects of software engineering applied to this project can be found in 'ProjectPresentation.pdf'.


TECHNOLOGIES USED

  • Python 3.6.8
  • Django 2.1.5
  • SQLLite
  • Bootstrap ( HTML / CSS / Javascript )

INSTRUCTIONS TO RUN THE PROJECT

Type the following commands in sequential order:

          source env/bin/activate      (To activate virtual environment)
          cd IITJHealthCare
          python3 manage.py runserver  

To deactivate the virtual environment:

          deactivate               

Following are the users for the project:

Patients(Can be registered through website register route):

Doctors(Can be registered only through superuser):