Spreading awareness about heart diseases
- Django
- Bootstrap
- Jquery
Its recommended to use python3.8 or above and virtual environment virtualenv>=20.0.29.
Download or clone this repository
git clone https://github.com/AsadNizami/Cardiocare.git
cd CardiocareCreate a virtual environment to install the required dependencies it it
virtualenv venv
venv\Scripts\activateNote: venv should prompt in front the terminal, indicating that the session operates in a virtual environment.
Then install the dependencies
pip install -r requirements.txtStart the django server
python manage.py runserverNavigate to http://127.0.0.1:8000 in your browser.
We're happy to receive bug reports, fixes or any other enhancements. Fork this repository and send a pull request. 😄
