Heartcare is a diagonostic management project developed in django. Admin can add doctor, add services, add gallery pictures . User can see doctors profile and also they can make appointment. They can also contact to the heartcare through email.
open requirements.txt file to see requirements
To install requirements type
pip install -r requirements.txt
open terminal and type
https://github.com/devmahmud/Heart-Care-Django.git
or simply download using the url below
https://github.com/devmahmud/Heart-Care-Django.git
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
To create superuser open terminal and type
python manage.py createsuperuser
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'your email'
EMAIL_HOST_PASSWORD = 'your email password'
python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser
Mahmudul alam Email: [email protected]
========Thank You !!!=========