0% found this document useful (0 votes)
71 views14 pages

Presented and Submitted By: Name: Balarubinan N Participant Id: KLNCE828 College:KLNCE Year: 2 Year Dept: CSE

This document describes a web application project for farmers and retailers. The application aims to connect farmers and retailers by allowing them to post contacts and view each other's business profiles. It also includes features like an online auction platform for farmers and a way for users to view and post needs. The project uses Python-Flask for the backend, SQLite3 for the database, and is designed to be accessible from smartphones. It implements basic security measures and the developer proposes future improvements like location-based searching and post filtering.

Uploaded by

BALA RUBINAN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views14 pages

Presented and Submitted By: Name: Balarubinan N Participant Id: KLNCE828 College:KLNCE Year: 2 Year Dept: CSE

This document describes a web application project for farmers and retailers. The application aims to connect farmers and retailers by allowing them to post contacts and view each other's business profiles. It also includes features like an online auction platform for farmers and a way for users to view and post needs. The project uses Python-Flask for the backend, SQLite3 for the database, and is designed to be accessible from smartphones. It implements basic security measures and the developer proposes future improvements like location-based searching and post filtering.

Uploaded by

BALA RUBINAN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14

Presented and Submitted By:

Name : Balarubinan N
Participant Id : KLNCE828
College :KLNCE
Year : 2nd Year
Dept : CSE
Project Title

Farmer and Retailer


Web Application
Understanding of Problem Statement:

 The Problem statement can be interpreted as


“To create a web application with simplicity
for Farmers and retailers and to make
network between them more stronger”.
 The problem statement also stated a fact
that most users access the web app only
using a smartphone or tablet.
Abstract:

 Farmers and Retailer need customer base to


excel in their businesses.
 But people who are new to the business find
it very hard to make business contacts.
 This project is targeted upon these group of
people.
 It creates an online platform for Farmers and
Retailer to share and view Business contacts.
Tech stack used:

Front end: HTML,CSS,JINJA2

Backend: Python 3.6

Database: Sqlite3 database

Framework: Python-Flask(micro Framework)

Libraries: Standard Python libraries,Flask-WTF form


libraries
Proposed work:

 Studying what resources a new farmer or


retailer would need to build a customer base
 Discovering methods to collect those
resources.
 Creating techniques to periodically update
those collected data.
 Making collected resources/data visible to the
user (ie farmers and retailer)
Process Flow chart:
User Signs up
And logs in

User creates User Creates User Views


posts Auctions posts
(Farmers)

User bids in
auction
(retailers)

User Logs out


Basic features of web app:

 To provide contact details of Farmers to retailers


and vice versa.
 To enable registered users to post their needs on
the website.
 To view posts of users
 To provide a Platform for online Auction for
Farmers.
 To provide these content with a fact in mind that
most of the users would access the app via a
smartphone or a tablet.
Security of Web app:

 The site’s user accounts are password


protected and the passwords are stored in a
sha-256 encryption technique in the database.
 As of now pythonanywhere.com doesn’t allow
https (secure http connection) for free hosting
even though the site forces https protocol on
user access.
 The Flask-WTF form libraries automatically
enable secure access and rendering of forms.
Future Improvements Planned:

 Add option to calculate nearest vendor based


on user’s address.
 To provide a intelligent filtering of posts using
basic ML concepts.
Screenshots:
Screenshots:
Conclusion:

 This application builds the network between


farmers and retailers who are new to
business.
 Hence it would be a Worthwhile tool to use to
boost both farmers and retailers contacts.
Thank you

You might also like