Welcome to the Healthcare Management System. This is a backend system for managing patient and doctor records.
Health.Care.Preview.mp4
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 |
python manage.py runserver-
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'
git clone https://github.com/manjunath8535/Health-Care.git- The project cloned after this process.