The Heart Care Django Project is a web application designed for heart disease hospitals to manage patient records, appointments, and medical information efficiently. This README file provides an overview of the project, installation instructions, and other relevant information.
Appointment Scheduling: Users can schedule appointments for patients, assign doctors, and manage the availability of doctors based on their schedule. The system also sends notifications to patients and doctors regarding upcoming appointments.
To run the Heart Care Django Project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Ansarimajid/Heart-Care.git
- Navigate to the project directory:
cd Heart-Care
- (Optional) Create and activate a virtual environment:
python3 -m venv myenv
andsource myenv/bin/activate
- Install the required dependencies:
pip install -r requirements.txt
- Set up the database by running migrations:
python manage.py migrate
- Create a superuser for accessing the admin panel:
python manage.py createsuperuser
- Start the development server:
python manage.py runserver
- Open a web browser and access the application at
http://localhost:8000
Note: Make sure you have Python and Django installed on your system before proceeding with the above steps.
Once the application is running, you can access the different features by navigating through the user interface. The application provides a user-friendly interface for scheduling appointments.
The admin panel can be accessed at http://localhost:8000/admin
, where you can manage administrative tasks.
Contributions to the Heart Care Django Project are welcome! If you find any issues or have suggestions for improvement, please create a new issue in the project's GitHub repository. You can also submit pull requests with bug fixes, new features, or enhancements.
Before contributing, make sure to review the project's code of conduct and guidelines for contributors, if any.
The Heart Care Django Project is released under the MIT License. You can find more details in the LICENSE
file included with the project.
The Heart Care Django Project is built using various open-source libraries and frameworks. We would like to acknowledge the contributions of the Django community and the developers behind the libraries used in this project. Their hard work and dedication make projects like this possible.