CodeProjectz

Search
Generic filters

Download Free Heart Care System using Django Framework

Heart Care System using Django Framework_CodeProjectz
Project CategoryProject SizeLanguage
8.8 MB,

Heart-care System is a diagnostic 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 heart-care through email.

About This Health Care Management Django Project :

The system is built fully in Django Framework in back-end and HTML, CSS in front-end. It contains all features of any online healthcare website like making appointment with doctors, contacting the hospital and taking feedback from the authorized doctors.

There is also a admin panel from where all the feedback, appointments, data of doctors and customers and many more can be controlled. It also has email sending feature using which users receive email after contacting to the related authority.

How To Run The Project ?

To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:

Step-1: Extract/unzip the file

Step-2: Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:

  1. pip install -r requirements.txt
  2. python manage.py runserver

Step-3: Finally, open the browser and go to localhost:8000

For admin panel access :
username -> Admin
password -> admin

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'
Click the Button Below to Download Heart Care System using Django Framework and its Source Codes

Similar Interesting Projects

Student Management System In C With Source Code_Feature Image

Student Management System In C Programming With Source Code

Student Management System is based on the concept of managing student’s record. There’s a login system available for this system, the user can freely use its feature. This mini project contains limited features, but the essential one. This project is helpful for managing student information by adding, updating, removing, viewing and searching for details.

Read More »
Food Ordering System In C++ With Source Code

Food Ordering System In C++ With Source Code

Food Ordering System is based on a concept of ordering food items and generating total food cost. Before stepping into the main system a user has to pass through a login system to get access, he/she should provide login id and if the login id matches then the user has to provide a password to continue. Then the user can make an order by selecting from the main menu. This mini project contains limited features, but the essential one.

Read More »
TIC TAC TOE Using GUI In Python With Source Code

TIC TAC TOE Using GUI In Python With Source Code

TIC TAC TOE Using GUI Game project is written in Python. The project file contains python script (TIC TAC TOE.py). This is a simple GUI based strategy board game that is very easy to understand and use. All the playing rules are the same just like we play in real time tic-tac-toe. This is a simple multiplayer game.

Read More »
Calculator With GUI In Python With Source Code

Calculator With GUI In Python With Source Code

The Calculator With GUI In Python is a simple project developed using Python. The project contains the numbers, operators, and signs like in a normal calculator. So, the user cannot enter the number themselves, they can just click on the numbers they want in the calculations. Hence, the user can use a simple calculator from this application.

Read More »
Rocket Launching Game In Python With Source Code

Rocket Launching Game In Python With Source Code

Rocket Launching Game in the python is a simple game. It is a simple single-player platformer game, where the player has to control a rocket (red oval) that must navigate from START to END without colliding with any obstacles or going off the screen.

Read More »