Green Harvest is a Laravel-based web application focused on promoting sustainable farming and bridging the gap between farmers and consumers. The platform empowers local farmers by allowing them to list products, manage inventory, and connect directly with customers, while users can explore and purchase fresh, locally-sourced agricultural goods.
Clone the repository:
git clone https://github.com/yourusername/green-harvest.git
cd green-harvest
Install dependencies:
composer install
npm install && npm run dev
Configure the environment file:
cp .env.example .env
php artisan key:generate
Set up the database in your .env file, then run:
php artisan migrate --seed
Start the development server:
php artisan serve
Green Harvest aims to support sustainable agriculture by enabling direct-to-consumer sales and reducing dependency on intermediaries. It enhances transparency, increases farmer income, and ensures consumers receive fresh produce.
This project is open-source and available under the MIT License.