HealthCareSys is a django based Online Health Care System
- Clone the repository
git clone https://github.com/AdityaVallabh/HealthCareSys.git
- Install the requirements (In a virtual environment preferably)
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!