The aim of this project is to provide means for farmers to rent and also lease farming equipments for an agreed period of time. the application automatically tracks the equipments on rent and shows its availability.
**FARMER
Farmer login to the application using the username and Password He / She can view the list of machineries ordered in a particular area. They can perform the analytics and sanction the machineries based on the requirements
**BUYER
Buyer login to the application using the username and Password He / She can can view the list of machineries available in a particular area. They can make purchases of tools available and also book eqiupments in advance
This application is composed mainly of two parts:
Frontend: This part is responsible for user interaction, includes the design, layout and ui elements. It is responsible for presenting content and data to users. technology used: Html, Css (Bootstrap framework)
Backend: This part is mainly responsible for the storage purpose. it includes the database and other processes that are not visually seen on the browser technology used: php, mysql
- Project Name: Agric equipment rental system
- Language Used: PHP 5.6, PHP7.x
- Database: MySQL 5.x
- UI Design: Html, Css, Bootstrap, Javascript
- Web Browser: Mozilla, Google chrome, IE8, Opera
- Download the Zip file
- Extract the file and and copy "mariga" folder
- paste inside root directory For xampp: "xampp/htdocs" For wamp: "wamp/www" For lamp: "var/www/HTML"
- Open PHPMyAdmin (http://localhost/phpmyadmin)
- Create a database with the name "marigafarm"
- Import marigafarm.sql file (in the root directory)
- Run the script (http://localhost/mariga)
- Username: admin
- password: 123456
Project Status: Not complete