AgroBids is a B2B Agri-Tech platform designed to empower farmers by providing a direct, transparent, and efficient auction-based marketplace for selling agricultural products in bulk.
π§βπΎ Built for Farmers β’ π’ Open to All Buyers β’ π° Powered by Auctions
- π Auction System β Farmers list products in lots and buyers place bids in real-time
- π§βπΎ Farmer Dashboard β Create, manage, and monitor auctions
- π Buyer Dashboard β Browse and bid on available lots
- β Review System β Buyers can rate products post-purchase
- π Role-Based Access β Separate flows for Farmers and Buyers
- π¦ Bulk Trading β Designed specifically for high-volume, B2B transactions
AgroBids aims to revolutionize agricultural marketing by eliminating middlemen, ensuring fair pricing for farmers, and providing efficient sourcing for organizations, distributors, kitchens, and individuals.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP (CodeIgniter)
- Database: MySQL
- Hosting: XAMPP / Localhost (Dev)
git clone https://github.com/bhavyapatel15/Agro-Bids.git
cd Agro-Bids- Install XAMPP: https://www.apachefriends.org
- Move the Agro-Bids folder to
C:/xampp/htdocs/ - Start Apache and MySQL using the XAMPP Control Panel
- Open http://localhost/phpmyadmin
- Create a new database named
agrobids - Import the
maindb.sqlfile into the database
In application/config/database.php:
$db['default'] = array(
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'maindb',
'dbdriver' => 'mysqli',
);In application/config/config.php:
$config['base_url'] = 'http://localhost/Agro-Bids/';Open your browser and go to:
http://localhost/Agro-Bids/
- π¨βπΎ Farmer β Create product lots for auction, manage bids, finalize sales
- π Buyer β Place bids, view auction results, review sellers
Agro-Bids/
βββ application/
β βββ controllers/
β βββ models/
β βββ views/
βββ assets/
βββ database/
β βββ maindb.sql
βββ index.php
βββ .gitignore
---
## π License
This project is licensed under the [MIT License](LICENSE).
---
## π§ Contact
Made with β€οΈ by [Bhavya Patel](https://github.com/bhavyapatel15)
For questions, suggestions, or collaboration, feel free to reach out!








