https://github.com/devmahmud/heart-care-django
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.
https://github.com/devmahmud/heart-care-django
diagonostic django django-hospital-management heart-care management-system python python-project
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/devmahmud/heart-care-django
- Owner: devmahmud
- License: mit
- Created: 2019-05-07T18:33:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T09:19:43.000Z (over 2 years ago)
- Last Synced: 2024-10-12T07:24:36.095Z (over 1 year ago)
- Topics: diagonostic, django, django-hospital-management, heart-care, management-system, python, python-project
- Language: CSS
- Homepage: http://devmahmud.pythonanywhere.com
- Size: 3.25 MB
- Stars: 44
- Watchers: 3
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heart Care
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.
# Requirements
```
open requirements.txt file to see requirements
To install requirements type
pip install -r requirements.txt
```
# Installing
```
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
```
# To migrate the database open terminal in project directory and type
```
python manage.py makemigrations
python manage.py migrate
```
# To collect static files
```
python manage.py collectstatic
```
# Creating Superuser
To create superuser open terminal and type
```
python manage.py createsuperuser
```
# For email sending functionality fill up the information in Your Project setting
```
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'
```
# To run the program in local server use the following command
```
python manage.py runserver
```
Then go to http://127.0.0.1:8000 in your browser
# Project snapshot
## Home page

## Services Page

## Doctors Page

## Contact Page

## Appointment page

## Admin Panel

## Author
Mahmudul alam
Email: expelmahmud@gmail.com
========Thank You !!!=========