A robust and secure electronic health records (EHR) management system designed to streamline the storage, retrieval, and management of patient data for healthcare providers.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository to your local machine: git clone https://github.com/HackersAccount/ElectronicHealthRecordsSystem.git
Navigate to the project directory: cd ElectronicHealthRecordsSystem
Install the required packages: pip install -r requirements.txt
Set up your database:
DATABASES
configuration in settings.py
with your database name, user, password, and host.python manage.py migrate
Run the server: python manage.py runserver
Now, you should be able to access the application at localhost:8000
in your web browser.