Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 603 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 603 Bytes

HealthCareSys

HealthCareSys

HealthCareSys is a django based Online Health Care System

Instructions

  • Clone the repository
git clone https://github.com/AdityaVallabh/HealthCareSys.git
cd HealthCareSys
pip install -r requirements.txt
  • Initialize the database
bash reset.sh
  • Run the application
python manage.py runserver

Go to localhost:8000 and enjoy!