Tech Stack - PHP, MySQL, HTML, CSS A web application where farmer or buyers can signup. Farmers can introduce their products (Grains, Fruits or Vegetables) to sell them. Buyers can signup and buy these fresh groceries directly from the farmers eliminating the middlemen.
How to RUN the project:
- Install Xampp and Add your Project folder inside the
htdocs
folder under Xampp Directory. - Then open and start Apache an MySQL Server.
- Click on Admin button of the MySQL Server next to the Start button on the Xampp Application.
- Create a database with the name
farmeasy
, then click onImport
button. - Click on
Choose file
and choose farmeasy.sql from the project folder and click onGo
. - Now Open you Browser type
localhost/FarmEasy
.