A web based application designed to enhance market access and extension services to small holder farmers of Kigezi Sub region of South Western Uganda through providing market information, weather updates and logistics services
# Kigezi Agronet
Kigezi Agronet is a web-based platform for smallholder farmers in the Kigezi sub-region of South Western Uganda. It provides access to market information, weather updates, logistics support, extension guidance, and a support dashboard.
## Features
- Market access overview
- Weather guidance pages
- Logistics coordination content
- Extension support resources
- Contact and request dashboard
## Run locally
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
```
Then open
127.0.0.1
## Deployment
This repository is set up for a Flask-based web application and can also be published to GitHub Pages for the landing experience. To publish the site, push the repository to GitHub and enable GitHub Pages from the repository settings.