Skip to content

Welcome to the Healthcare Management System. This is a backend system for managing patient and doctor records.

Notifications You must be signed in to change notification settings

manjunath8535/Health-Care

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ℹ️ Health Care

Welcome to the Healthcare Management System. This is a backend system for managing patient and doctor records.


👁️‍🗨️ Preview of Health Care Website

Health.Care.Preview.mp4

🗂️ Framework & Language

The Below Table Framework is used in this Project. To run this Project. This framework has been installed in system with same Version or Latest Version.

Framework&Language Version
Python 3.12.10
Django 5.0.6

👨‍💻 Command for Execute Project

python manage.py runserver

🟠 .env file.

  • To connect PostgreSQL database create .env file in your project root directory. And this below details. You can connect PostgreSQL through AWS, railway.app, pgadmin4.

  • SECRET_KEY='Secret key from setting.py file'

  • DEBUG=True

  • DATABASE_NAME='DataBase_name'

  • DATABASE_USER='DataBase_user'

  • DATABASE_PASSWORD='DataBase_password'

  • DATABASE_HOST='localhost'

  • DATABASE_PORT='5432'


To Clone the project.

git clone https://github.com/manjunath8535/Health-Care.git
  • The project cloned after this process.

About

Welcome to the Healthcare Management System. This is a backend system for managing patient and doctor records.

Topics

Resources

Stars

Watchers

Forks