<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aniket Dubey</title>
    <description>The latest articles on DEV Community by Aniket Dubey (@aniket_dev).</description>
    <link>https://dev.to/aniket_dev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3877200%2F40497864-307a-46b8-b023-5ea22a2a7ca4.jpg</url>
      <title>DEV Community: Aniket Dubey</title>
      <link>https://dev.to/aniket_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aniket_dev"/>
    <language>en</language>
    <item>
      <title>How I Built KisanX — A Farmer-to-Consumer Marketplace with MERN Stack 🌾</title>
      <dc:creator>Aniket Dubey</dc:creator>
      <pubDate>Mon, 13 Apr 2026 18:14:13 +0000</pubDate>
      <link>https://dev.to/aniket_dev/how-i-built-kisanx-a-farmer-to-consumer-marketplace-with-mern-stack-45da</link>
      <guid>https://dev.to/aniket_dev/how-i-built-kisanx-a-farmer-to-consumer-marketplace-with-mern-stack-45da</guid>
      <description>&lt;p&gt;The Problem Nobody Was Solving 🤔&lt;/p&gt;

&lt;p&gt;In India, farmers sell their crops to middlemen at very low prices.&lt;br&gt;
The middlemen then sell it to consumers at 3–4x the price.&lt;br&gt;
The farmer suffers. The consumer overpays. The middleman wins.&lt;/p&gt;

&lt;p&gt;My classmate and I thought what if we just cut the middleman out?&lt;/p&gt;

&lt;p&gt;That idea became KisanX.&lt;/p&gt;

&lt;p&gt;v1 — Starting with PHP &amp;amp; MySQL&lt;/p&gt;

&lt;p&gt;We started simple. A basic web app where:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Farmers could list their produce with price &amp;amp; quantity&lt;/li&gt;
&lt;li&gt;Consumers could browse and place orders&lt;/li&gt;
&lt;li&gt;Admin could manage listings&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack: PHP + MySQL + Bootstrap&lt;/p&gt;

&lt;p&gt;It worked. But it felt clunky on mobile, hard to scale,&lt;br&gt;
and the UI wasn't great.&lt;/p&gt;

&lt;p&gt;We knew we had to rebuild it properly.&lt;/p&gt;

&lt;p&gt;v2 — Going Full MERN Stack 🚀&lt;/p&gt;

&lt;p&gt;We rebuilt KisanX from scratch as a mobile application.&lt;/p&gt;

&lt;p&gt;Tech Stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: React Native&lt;/li&gt;
&lt;li&gt;Backend: Node.js + Express&lt;/li&gt;
&lt;li&gt;Database: MongoDB&lt;/li&gt;
&lt;li&gt;Auth: JWT&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Key features we built:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Farmer registration &amp;amp; produce listing&lt;/li&gt;
&lt;li&gt;Consumer browsing with filters (location, crop type, price)&lt;/li&gt;
&lt;li&gt;Direct order placement&lt;/li&gt;
&lt;li&gt;Real-time order status updates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The jump from PHP to MERN was challenging but worth it.&lt;br&gt;
MongoDB's flexible schema fit perfectly for our use case &lt;br&gt;
different crops have different attributes.&lt;/p&gt;

&lt;p&gt;Presenting at Avishkar Convention 🏆&lt;/p&gt;

&lt;p&gt;We got the chance to present KisanX at the&lt;br&gt;
Avishkar Inter-Collegiate Research Convention&lt;br&gt;
organized under University of Mumbai.&lt;/p&gt;

&lt;p&gt;Explaining the real-world impact of the project to judges&lt;br&gt;
was a completely different challenge than building it.&lt;br&gt;
We learned how to pitch, how to answer tough questions,&lt;br&gt;
and how to present technical work to non-technical people.&lt;/p&gt;

&lt;p&gt;10/10 experience. Would recommend every student to participate.&lt;/p&gt;

&lt;p&gt;What I Learned&lt;/p&gt;

&lt;p&gt;Starting simple (PHP) and then scaling up is totally valid&lt;br&gt;
 Real-world problems make the best project ideas&lt;br&gt;
 Presenting your work is as important as building it&lt;br&gt;
 MongoDB + Express + React Native = powerful combo for marketplaces&lt;/p&gt;

&lt;p&gt;What's Next for KisanX&lt;/p&gt;

&lt;p&gt;Payment gateway integration (Razorpay)&lt;br&gt;
 GPS-based farmer discovery&lt;br&gt;
 Multilingual support (Hindi, Marathi)&lt;br&gt;
 Maybe an open source release 👀&lt;/p&gt;

&lt;p&gt;Let's Connect!&lt;/p&gt;

&lt;p&gt;If you're building something in the agri-tech space,&lt;br&gt;
or just want to talk MERN stack — let's connect!&lt;/p&gt;

&lt;p&gt;🌐 Portfolio: &lt;a href="https://www.aniketdubey.in/" rel="noopener noreferrer"&gt;https://www.aniketdubey.in/&lt;/a&gt;&lt;br&gt;
🐙 GitHub: &lt;a href="https://github.com/Anniix" rel="noopener noreferrer"&gt;https://github.com/Anniix&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading! If you found this useful, drop a ❤️*&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>mern</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
