Website: FarmTrust
Figma Design: Figma Link
π Idea Proposal: Proposal PDF
- π Sign in page
- πΏ Browse organic farm products (Fruits, Vegetables, Grains)
- π View product details, including farmer details with verified mark and organic certification
- π€ View farmer profiles and check their organic certificates
- π¬ Chat with farmers
- βοΈ Edit user profile
- ποΈ Add products to cart
- π Form to apply as a farmer
- π€ AI Chatbot for customer queries
- β Access to all Customer features
- π Farmer Dashboard to manage products and sales
- π¦ Product Management (Add, Edit, Remove products)
- π Order Management (View and Process orders)
- π Profile & Certificate Management (Upload and update organic certificates)
- β‘ React (Vite)
- π Axios
- π React Router DOM
- π i18next (For multilingual support)
- π Socket.io (For real-time chat)
- π Express.js
- ποΈ Mongoose (MongoDB)
- βοΈ Cloudinary (For image uploads)
- π Multer (File handling)
- π Socket.io (Real-time communication)
- π€ Google Generative AI
cd frontend
npm i
npm run devcd backend
npm i
nodemon index.js
# OR
node index.js