Skip to content

A specialized mobile application platform tailored for farming and farming aided services in India. It provides a greater opportunity and opens big makretplace for the farmers.

Notifications You must be signed in to change notification settings

govindKulk/farmconnect-expo-rn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌾 FarmConnect

Example Image

Example Image

Empowering Farmers, Enriching Lives

FarmConnect is a mobile application designed to create a seamless online marketplace for farmers to sell their produce directly to buyers. The app aims to revolutionize agricultural trade by eliminating middlemen, promoting fair trade practices, and fostering direct communication between farmers and buyers.


πŸ“± Screenshots

Farmer Features

IMG-20241212-WA0005 IMG-20241212-WA0006
IMG-20241212-WA0009 IMG-20241212-WA0013

Buyer Features

IMG-20241212-WA0007 IMG-20241212-WA0015
IMG-20241212-WA0006 IMG-20241212-WA0012

✨ Features

πŸ‘¨β€πŸŒΎ Farmer Features

  • Login/Signup: Secure authentication for farmers.
  • Post a Product: Add details of crops or produce, including price and quantity.
  • Incoming Requests: View and manage requests from buyers.
  • Chat with Buyers: Real-time chat to negotiate and finalize deals.
  • Profile Update: Manage and update personal information.

πŸ›’ Buyer Features

  • Login/Signup: Secure authentication for buyers.
  • Browse Products: View all available products with advanced filtering options.
  • Apply Bid: Submit bids for desired products.
  • View Applied Bids: Keep track of bids submitted.
  • Chat with Farmers: Real-time chat for better deal-making.
  • Profile Update: Manage and update personal information.

πŸš€ ****

  • Real-Time Updates: Chat functionality powered by Supabase real-time database

πŸ› οΈ Technology Stack

Technology Purpose
TypeScript Strongly-typed development
React Native Cross-platform mobile app development
Expo Fast prototyping and deployment
Supabase Backend as a Service (BaaS) with real-time capabilities
PostgreSQL Relational database for structured data

πŸ—ƒοΈ Database Schema

FarmConnect's database schema is designed to handle farmer and buyer interactions efficiently.

graph TD
  A[Users] -->|One-to-Many| B[Conversations]
  B -->|One-to-Many| C[Messages]
  A -->|One-to-Many| D[Products]
  D -->|Belongs-to| E[Crops]
  D -->|Belongs-to| F[Categories]
  G[Bids] -->|One-to-Many| D
Loading

Tables Overview

  • Users: Stores details of farmers and buyers.
  • Products: Details about the crops/products being sold.
  • Crops: Master table for crop categories.
  • Categories: Subcategories for produce.
  • Bids: Buyer bids on products.
  • Conversations: Stores chat sessions.
  • Messages: Handles individual chat messages.

πŸ“₯ Installation and Setup

Follow these steps to set up the project locally:

Prerequisites

  • Node.js (v16 or later)
  • Expo CLI
  • Supabase account with database setup

Steps

  1. Clone the Repository

    git clone https://github.com/govindKulk/farmconnect-expo-rn.git
    cd FarmConnect
  2. Install Dependencies

    npm install
  3. Set Up Environment Variables

    • Create a .env file in the root directory.
    • Add the following variables:
      SUPABASE_URL=your_supabase_url
      SUPABASE_ANON_KEY=your_supabase_anon_key
  4. Run the Development Server

    npm start
  5. Open the App

    • Scan the QR code with the Expo Go app on your phone.

🚧 Future Enhancements

  • Payment Gateway Integration: Secure online payments for transactions.
  • Analytics Dashboard: Insights for both farmers and buyers.
  • Multi-Language Support: Expand accessibility to regional users.
  • Crop Price Prediction: Use AI to predict optimal prices.

πŸ‘¨β€πŸ’» Author


🀝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.


About

A specialized mobile application platform tailored for farming and farming aided services in India. It provides a greater opportunity and opens big makretplace for the farmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages