Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T09:19:43.000Z (over 1 year ago)
- Last Synced: 2024-10-12T07:24:36.095Z (4 months 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 requirementsTo install requirements type
pip install -r requirements.txt
```# Installing
```
open terminal and typehttps://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
![image](https://user-images.githubusercontent.com/19981097/57323709-0ea78180-7128-11e9-96f7-87dacdc8c0b8.png)## Services Page
![image](https://user-images.githubusercontent.com/19981097/57323753-2979f600-7128-11e9-8c52-3b3ca47ffb12.png)## Doctors Page
![image](https://user-images.githubusercontent.com/19981097/57323797-44e50100-7128-11e9-8ba9-caf1d433e359.png)## Contact Page
![image](https://user-images.githubusercontent.com/19981097/57323832-562e0d80-7128-11e9-9c1e-235c300d084a.png)## Appointment page
![image](https://user-images.githubusercontent.com/19981097/57323887-778ef980-7128-11e9-9a87-90d249a03577.png)## Admin Panel
![image](https://user-images.githubusercontent.com/19981097/57323932-93929b00-7128-11e9-9dc0-ba53e5c9e1b1.png)## Author
Mahmudul alam
Email: [email protected]========Thank You !!!=========