https://youtu.be/Vkbpff5I3j0?si=DpOsL8AqM8Tkmjmn
Difficulty accessing fresh, locally-grown produce at competitive prices. Limited transparency about farming practices and the origin of food.
Difficulty reaching new customers beyond local markets. Reliance on middlemen who take a significant cut of profits. Lack of control over product pricing and distribution.
This farmer management system is a two-way platform that facilitates direct interaction and product purchase between consumers and farmers. It aims to minimize the market gap, ensuring fairer prices for farmers and fresher, locally sourced products for consumers.
+----------------------------+
| User Interface |
| (Web Browser, Mobile App) |
+------------|---------------+
|
v
+------------|---------------+
| API Gateway |
| (Flask Application) |
+------------|---------------+
|
+-------------------|-------------------+
| | |
v v v
+---------|---------+ +-------|---------+ +-------|---------+
| Product Management| | Order Management| |Resource Management|
+---------|---------+ +-------|---------+ +-------|---------+
| | |
v v v
+---------|---------+ +-------|---------+ +-------|---------+
|Product Database | |Order Database | |Resource Database |
| (PostgreSQL) | | (PostgreSQL) | | (PostgreSQL) |
+---------|---------+ +-------|---------+ +-------|---------+
|
v
+---------|---------+
|User Authentication|
|Database (PostgreSQL)|
+--------------------+
1.) User registration and login for both consumers and farmers.
2.) Secure user authentication.
3.) Role-based access control to restrict functionalities based on user type (consumer/farmer).
1.) Farmer registration with detailed profile creation (name, timestamp, contact information, etc.).
2.) Ability for administrators to add, edit, and manage farmer profiles.
https://github.com/Blacksujit/Farmer_management_system.git
pip install flask
pip install flask-sqlalchemy
pip install mysql-client
pip install flask-login
pip install -r requirements.txt
https://sourceforge.net/projects/xampp/
click on next next and install : (installation window will look like this )
python wsgi.py
or run the code inside the file wsgi.py
Running on http://127.0.0.1:3000
1.) abhishek kute
2.) sanskar awati
3.) manas kotian
MIT