VectorShield is a web application designed to help track and combat malaria outbreaks. It allows users to report potential cases, view outbreak maps, and contribute to malaria prevention efforts.
- User Reporting: Users can submit reports about potential malaria cases.
- Outbreak Mapping: View a map of reported outbreaks.
- User Accounts: Secure login and registration system.
- Resource Support: Option for users to sign up as medical resources.
Follow these steps to set up and run VectorShield on your local machine:
- Python 3.x installed on your system.
- Git installed on your system.
-
Clone the repository:
git clone https://github.com/aolson078/VectorShield.git cd VectorShield -
Install dependencies:
pip install -r requirements.txt
- Start the Flask development server:
flask run
- Or run
app.pypython app.py
- Open your web browser and go to
http://127.0.0.1:5000/.