In every farm, for every buyer.
A system for connecting farmers with buyers, built to widen the communication streams between the two sides of the agricultural market. The project integrates a website, an Android application, and an IoT soil-testing kit, developed as a final-year engineering project backed by the Enlectic Research Centre.
| Home | About |
|---|---|
![]() |
![]() |
| Our Work | Team |
|---|---|
![]() |
![]() |
- Farmer ↔ buyer matching — farmers post crop requirements, buyers browse and connect directly, cutting out unnecessary middlemen.
- Market trends & weather forecast — helps farmers make informed decisions on crop selection and timing.
- Android application — a companion app (bundled as
Agro CheckMake.apkin this repo) so farmers can access the platform from the field. - IoT soil-testing kit — a hardware component built alongside the software to give farmers on-the-ground soil data.
- Contact/feedback form — visitor messages are stored via a PHP + MySQL backend.
| Layer | Technology |
|---|---|
| Frontend | HTML, W3.CSS, Font Awesome, Google Fonts |
| Backend | PHP, MySQLi |
| Database | MySQL (schema in database/agroCheckMake.sql) |
| Mobile | Android (APK in Agro CheckMake.apk) |
| Hosting | GitHub Pages (static frontend) |
├── index.html # landing page (home / about / work / team / contact)
├── css/index.css # site styles
├── php/message.php # contact form handler (writes to Feedback table)
├── includes/ # shared PHP: DB connection, header, footer
│ ├── common.php
│ ├── header.php
│ └── footer.php
├── database/agroCheckMake.sql # MySQL schema
├── img/ # site images and icons
└── Agro CheckMake.apk # Android application
The static frontend (index.html) works standalone and is what's deployed on GitHub Pages. To run the full site with the PHP contact form:
- Serve the repo with a PHP-enabled server, e.g.
php -S localhost:8000. - Create a MySQL database and import
database/agroCheckMake.sql. - Update the database credentials in
includes/common.phpto match your local setup. - Visit
http://localhost:8000.
Note: GitHub Pages only serves static files, so the live demo's contact form (which needs the PHP/MySQL backend) won't submit — everything else on the page works as shown above.
Built by the Agro CheckMake team at Government College of Engineering and Research, Pune, backed by the Enlectic Research Centre.




