Description
FarmerZone is a web-based application built using PHP and MySQL to help farmers connect with buyers. The system allows users to view crop details and supports basic data storage using a database.
Tech Stack
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- Server: XAMPP
Features
- Farmer and buyer interaction
- Crop information management
- Database-driven system using MySQL
How to Run (Step-by-Step)
-
Install XAMPP on your system.
-
Open XAMPP Control Panel and start Apache and MySQL.
-
Copy the
FarmerZoneproject folder. -
Paste it inside: C:\xampp\htdocs\
-
Open browser and go to: http://localhost/phpmyadmin
-
Create a new database (example: farmerzone).
-
Import the provided SQL file into the database.
-
Open browser and run: