Mediconsult is a web application designed to provide a platform for medical professionals to browse, search, and discuss a wide range of medical cases. It aims to facilitate knowledge sharing and collaboration within the healthcare community.
-
Browsing and Searching: Browse a diverse collection of medical cases and search for specific cases based on keywords or medical conditions.
-
Case Details: View detailed information about each case, including patient history, lab results, and medical images.
-
User Profiles: Personalized user profiles with the ability to upload personal images and showcase credentials.
-
Discussion Forum: Engage in discussions on medical cases, ask questions, and provide insights.
-
Responsive Design: Ensures a seamless user experience across various devices.
To install and run Mediconsult locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/mediconsult.git cd mediconsult
-
Set up the virtual environment:
virtualenv venv source venv/bin/activate # For Unix/Linux
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
git clone https://github.com/shazaaly/mediconsult
cd mediconsult
virtualenv venv
source venv/bin/activate # For Unix/Linux
pip install -r requirements.txt
python app.py
#Licencing MediConsult All Rights Reserved!