Pesty is a web application designed to assist farmers in identifying and managing pests in their crops. By providing real-time data on local weather conditions and pest prevalence, this tool empowers farmers to make informed decisions to protect their crops and optimize their yields.
-
Real-time Weather Data: Retrieve current weather conditions for your farm location, including temperature and humidity, to assess potential pest risks.
-
Pest Identification: Access a comprehensive database of pests commonly found in your area, categorized by the types of crops they attack and the severity of their impact.
-
Prevention Measures: Learn about recommended prevention measures and treatment options for each pest, helping you to implement effective pest management strategies.
-
Customized Insights: Receive personalized insights based on your farm's specific weather conditions and crop types, allowing you to prioritize pest management efforts.
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Backend: Laravel PHP Framework
- Database: MySQL
- APIs: OpenWeatherMap API for weather data
- Clone this repository to your local machine.
- Install dependencies using
composer install
andnpm install
. - Configure your database settings in the
.env
file. - Migrate the database using
php artisan migrate
. - Seed the database with initial data using
php artisan db:seed
. - Start the Laravel development server using
php artisan serve
. - Access the application in your web browser at
http://localhost:8000
.