Welcome to the Khedut website project! This website aims to connect farmers directly with consumers and businesses, eliminating middlemen and improving the efficiency of agricultural. The project includes main features such as a chatbot, direct buying, and direct selling functionalities and many more.
- Live Link: Khedut.com
- YouTube Video: Khedut.com - a problem solving website
Follow the steps below to set up the project locally.
Ensure you have the following installed:
- Node.js (v16 or higher)
- npm (v6 or higher)
- MongoDB
git clone https://github.com/urmilgadhiya18/khedut.com.git
cd khedut.com
-
Install Backend Dependencies:
cd server npm install
-
Create a
.env
File:Create a
.env
file in theserver
directory and add the following environment variables:PORT=3000 MONGO_URI=your_mongodb_connection_string
-
Start the Backend Server:
node app.js
The backend server should now be running on
http://localhost:3000
.
- Khedut Saathi (Chatbot): An interactive chatbot to assist users with their queries and guide them for their doubt regarding agriculture.
- Buy: Allows consumers or businesses to purchase directly from farmers, bypassing intermediaries.
- Sell: Enables farmers to sell their products directly to the market without middlemen.
Our application addresses the following issues:
- Eliminating Middlemen: By allowing direct transactions between farmers and buyers, we reduce costs and ensure fair prices.
- Improving Accessibility: The chatbot and user-friendly interface make it easier for both farmers and buyers to navigate the platform and engage in transactions.
We welcome contributions from the community! If you have any issues or suggestions, feel free to open an issue or submit a pull request.