e-Mandi is a web application for enabling farmers to sell their products and thus get value for their crops. It was made as a project for TECHATHON 2019 with ❤️ by Team Error 404 organised by D.Y. Patil IOT.
#Installation
git clone https://github.com/amanmisri/e-Mandi.git
cd e-Mandi/ && composer install
Copy the .env.example to .env file and adjust DB_NAME, DB_HOST accordingly.
Create the database
$ php artisan serve