Problem Statement ID – PY009
Formulate your problem statement clearly and concisely.
The Local Marketplace for Farmers is a web-based platform that enables farmers to list their produce and sell directly to consumers, eliminating intermediaries and ensuring better pricing. The platform includes features such as product listing, real-time chat, secure payments, and order tracking to enhance the experience for both farmers and buyers.
-For Farmers: Easy product listing, fair pricing, direct consumer interactions, and secured payments.
-For Consumers: Access to fresh farm produce, competitive pricing, and the ability to connect directly with farmers.
-For Admins: Platform management, user verification, and analytics dashboard.
Team ID – T043
List your team members along with their roles.
- NaveenKumar G - Team Leader
- Shakthi G - Team member
- Yashwini Choudhary B - Team member
- Nisha M - Team member
- Omar Farroq S H - Team member
- Naresh Kalyan S M - Team member
List the technologies and tools used in the project. For example:
- Frontend: HTML, CSS, Bootstrap
- Backend: Django
- Database: MySQL
- Other Tools: Git
Follow these steps to clone and run the application locally.
- Install Python.
- Install Git.
- Clone this repository: bash git clone https://github.com/username/repository-name.git
-
Navigate to the project directory: bash cd repository-name
-
Create a virtual environment: bash python -m venv venv
-
Activate the virtual environment:
-
On Windows: bash venv\Scripts\activate
-
On macOS/Linux: bash source venv/bin/activate
-
-
Install dependencies: bash pip install -r requirements.txt
-
Navigate to source bash cd source
-
Run the Django application: bash python manage.py runserver
-
Open your browser and navigate to:
Images to demonstrate the user interface:
Example pages:
Click here to view the project demo video



