Skip to content

CropConnect is a comprehensive web platform designed to facilitate wholesale crop trading, connecting farmers and buyers in an intuitive and efficient marketplace. With separate interfaces for sellers and consumers, CropConnect streamlines the process of buying and selling crops while providing valuable features for both parties.

DeepakS-Github/CropConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CropConnect

CropConnect is a web platform designed for wholesale crop trading, connecting sellers and consumers seamlessly. Although still in development, CropConnect offers a robust set of features for both sellers and consumers in the agricultural marketplace.

Deployed Link

https://crop-connect-lime.vercel.app/

Features

  1. Dual Interfaces: CropConnect provides separate interfaces for consumers and sellers, accessible through the navbar with options for SignUp and SignIn.

Seller Side

  1. Visualizing Sales Data: Incorporated Recharts (graphs) into the project, which has allowed to create insightful visualisations of sales data.

  2. Product Management: Sellers can easily add products, including images, details, location via map selection, current stocks, minimum order quantity restrictions, etc. which can be edited and deleted further.

  3. Order Management: Sellers have access to a dashboard displaying order requests, including order location coordinates on a map.

  4. FAQ Section: Sellers can address common inquiries about their products through a dedicated FAQ section visible to consumers.

  5. CropSense AI: Powered by Gemini AI, used to predict the crops according to the given parmeters.

Consumer Side

  1. User-Friendly Consumer Interface: Consumers can browse various categories and products conveniently from the homepage.

  2. Detailed Product Dashboard: Product details, including stock availability and minimum order quantity, are displayed prominently. Users can add products to their cart directly from the dashboard.

  3. Review System: Users can leave reviews for products, enhancing transparency and trust.

  4. Contact Farmer Form: A contact form allows users to inquire about products directly, with answered queries becoming part of the FAQ section. It also has map which shows the product location.

  5. Dynamic Cart Functionality: Users can manage product quantities in the cart, with limitations based on minimum order quantities and available stock.

  6. Seamless Checkout: The checkout process allows users to review orders, including delivery charges, select delivery locations, and place orders securely.

  7. Real-Time Stock Updates (WebSocket): Implemented WebSocket functionality to provide real-time stock updates. Users can see live changes in stock availability without needing to reload the page. Please note that this feature may not be visible on the deployed website (deployed on Vercel) as Vercel does not support WebSocket connections. However, if the project is run locally, real-time updates can be seen.

Technologies Used

  • MongoDB
  • NodeJS
  • ExpressJS
  • ReactJS
  • Redux
  • Tailwind CSS
  • Websocket (socket.io)
  • Cloudinary (for image storage)
  • Leaflet (for map)
  • Unsplash (for images)
  • Recharts (for graphs)
  • Gemini AI
  • Other supporting technologies

Installation

To run CropConnect locally, ensure you have NodeJS and MongoDB installed. Follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd CropConnect
  2. Frontend Setup:

    • Navigate to the CropConnect Frontend folder.
    • Create a .env file in the root directory of the Frontend folder.
    • Add the following environment variables to the .env file:
      VITE_CROPCONNECT_API = "https://cropconnect-backend.vercel.app/" 
      # Replace if you want to run the Backend local server to https://localhost:8080/
      
      VITE_CLOUDINARY_CLOUD_NAME = {your cloudinary cloud name}
      
    • To run the Frontend:
      cd Frontend
      npm run dev
  3. Backend Setup:

    • Navigate to the CropConnect Backend folder.
    • Create a .env file in the root directory of the Backend folder.
    • Add your MongoDB URL to the .env file:
      MONGO_DB_URL = {your mongodb url}
      GEMINI_API_KEY = {your gemini api key}
      
    • To run the Backend:
      # Use nodemon for automatic server restarts upon file changes
      nodemon
      # or
      # Run the server with NodeJS
      node index.js

By following these steps, you'll have the CropConnect application running locally on your machine. Adjust configurations as needed for your development environment.

Contribution

CropConnect welcomes contributions from the community. Feel free to open issues or submit pull requests to help improve the platform.

If you find this project helpful, we'd appreciate it if you could give it a star ⭐.

About

CropConnect is a comprehensive web platform designed to facilitate wholesale crop trading, connecting farmers and buyers in an intuitive and efficient marketplace. With separate interfaces for sellers and consumers, CropConnect streamlines the process of buying and selling crops while providing valuable features for both parties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages