Skip to content

MediCare is a one-stop online healthcare hub connecting hospitals, patients & staff. Book appointments, view records, message doctors & more - all from your phone or computer.

License

Notifications You must be signed in to change notification settings

Aaditya-26/MediCare

Repository files navigation

MediCare

MediCare is a web-based healthcare platform that aims to provide a centralized system for managing healthcare services across multiple hospitals. The platform has different modules for different types of users, such as patients, doctors, hospital administrators, lab workers, and pharmacists. The platform allows users to perform various tasks related to their healthcare needs, such as accessing information, booking appointments, purchasing medicines, paying for tests, and communicating with each other. The platform also allows users to access and share their health records with other authorized users, such as doctors or pharmacists. This way, the platform helps users to manage their healthcare needs more easily and conveniently, while also reducing the workload and costs for healthcare providers.

Screenshots

Home Page image Login Page (Patient) image Registration Page (Doctor) image Hospital Administrator Login Page image Hospital Administrator Registration Page image Dashboard Page (Patient) image Medical Shop Page image Profile Page (Doctor) image Chat Page (Doctor) image Hospital Administrator Dashboard Page image

Local Environment Setup

Create a virtual environment:

# Using virtualenv
virtualenv virtualenv

# Using Python 3.8
python3.8 -m venv virtualenv

Activate the virtual environment:

source virtualenv/bin/activate

Clone the repository and install the required packages:

pip install -r requirements.txt

Running the Project

Collect Static (Optional)

Note: Only necessary when debug is False (in production mode).
python manage.py collectstatic

Create Initial Database:

python manage.py makemigrations
python manage.py migrate

Run Server:

python manage.py runserver

Default Django Admin Credentials:

Username: MediCare
Password: MediCare

Support the Project

If you find this project useful, show your support by starring it! 🌟

About

MediCare is a one-stop online healthcare hub connecting hospitals, patients & staff. Book appointments, view records, message doctors & more - all from your phone or computer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published