Logo Lanfrica

anup12043112/Mandi

Domain:

agriculture

Record type:

software
Creator:
anu
Host:
# ๐ŸŒพ Smart Mandi Intelligence System A complete web application for farmers to compare crop prices across different mandis (markets), predict price trends, and get smart selling recommendations. ## โœจ Features ### For Farmers - ๐Ÿ“ **Mandi Comparison** - Compare prices across all nearby mandis with transport cost calculation - ๐Ÿ”ฎ **Price Prediction** - AI-powered 7-day price forecast using moving average algorithm - ๐Ÿ† **Best Price Finder** - Automatically finds the mandi offering highest net profit - ๐Ÿ’ก **Smart Insights** - Get recommendations like "Sell now" or "Wait 2 days" - ๐Ÿ”” **Alert System** - Notifications when prices rise or high demand is detected - ๐ŸŒพ **My Crops** - Track crops you want to sell ### Technical - ๐Ÿ” Secure login/signup system - ๐Ÿ“ฑ Fully mobile responsive - ๐Ÿ—ฃ๏ธ Hindi/English bilingual support - ๐Ÿ“Š Interactive charts (Chart.js) - ๐Ÿ—„๏ธ MySQL database ## ๐Ÿ—๏ธ Tech Stack | Layer | Technology | |-------|------------| | Frontend | HTML, CSS, JavaScript, Chart.js | | Backend | PHP 7.4+ | | Database | MySQL 5.7+ | | Server | Apache (XAMPP) | ## ๐Ÿ“ Project Structure ``` mandi/ โ”œโ”€โ”€ api/ # API endpoints โ”‚ โ”œโ”€โ”€ auth.php # Login/Register APIs โ”‚ โ”œโ”€โ”€ mandi.php # Mandi data & prediction APIs โ”‚ โ””โ”€โ”€ crop-entry.php # Crop management APIs โ”œโ”€โ”€ assets/ โ”‚ โ””โ”€โ”€ css/ โ”‚ โ””โ”€โ”€ style.css # Main stylesheet โ”œโ”€โ”€ config/ โ”‚ โ””โ”€โ”€ database.php # Database connection โ”œโ”€โ”€ database/ โ”‚ โ””โ”€โ”€ schema.sql # Database schema (optional) โ”œโ”€โ”€ index.php # Homepage โ”œโ”€โ”€ login.php # Login page โ”œโ”€โ”€ signup.php # Registration page โ”œโ”€โ”€ dashboard.php # Main dashboard โ”œโ”€โ”€ setup.php # Database setup script โ”œโ”€โ”€ logout.php # Logout handler โ””โ”€โ”€ README.md # This file ``` ## ๐Ÿš€ Installation Steps ### Prerequisites - XAMPP installed (Apache + MySQL) - PHP 7.4 or higher - MySQL 5.7 or higher ### Step 1: Place Files in XAMPP Copy this entire `mandi` folder to: ` โ€ฆ

Languages