Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siddheshwari19/organic-farmers-community

A website for the farmers to take up organic farming and form a community and interact with each other and trade their products in the marketplace portal.
https://github.com/siddheshwari19/organic-farmers-community

backend css database eclipse farmers-markets frontend html java javascript jdbc jsp localhost mysql-database organic-agriculture tomcat-server website

Last synced: 27 days ago
JSON representation

A website for the farmers to take up organic farming and form a community and interact with each other and trade their products in the marketplace portal.

Awesome Lists containing this project

README

        

# ORGANIC FARMERS' COMMUNITY
> The Organic Farmers Community project aims to encourage traditional farmers to adopt organic farming methods and provide support in marketing and distributing their produce. The project includes features such as a community platform, a guide to transitioning to organic farming, and a marketplace for buying and selling organic products. The rise in health concerns has increased the demand for organic food and our goal is to promote the benefits of organic food and support sustainable agriculture by developing this web application.

## Table of Contents
* [Motivation](#motivation)
* [Technologies Used](#technologies-used)
* [Installation & Setup](#installation-and-setup)

## Motivation
- The project focuses on encouraging the traditional farmers to take up environment friendly, age old technique of organic farming by providing various facilities like a community to interact with the experts and other community members, a step by step guide as to how can one transition to organic farming and cultivation processes for every crop.
- Organic farmers have been facing challenges in marketing and distributing their product, such as lack of access to the markets, and limited audience. This project connects the organic farmers to the targeted audience but providing a marketplace where they can buy and sell the organic produce.
- With an increasing number of health problems being reported, many people have turned to organic food as a safer alternative. This shift is due to the harmful effects of pesticides in non-organic produce. To encourage farmers to adopt organic farming practices, we have developed a web application. Our goal is to promote the benefits of organic food and support sustainable agriculture.

## Technologies Used
- JavaEE - version 17.0.6
- Apache Tomcat - version 9.0
- MySQL - version 8.0.19
- JavaScript
- HTML, CSS
- Eclipse IDE

## Installation and Setup

- [Install Git](https://git-scm.com/downloads)
- Clone the repository

`git clone https://github.com/Siddheshwari19/Organic-Farmers-Community.git`
- Import the cloned repository into an IDE (preferably [Eclipse](https://www.eclipse.org/downloads/)).
- [Install Apache Tomcat](https://tomcat.apache.org/download-90.cgi) Server
- Setup the servlet using this [documentation](https://tomcat.apache.org/tomcat-9.0-doc/setup.html)
- In the IDE settings configure Tomcat server by following the prompts.
- [Install MySQL](https://dev.mysql.com/downloads/)
- [MySQL JDBC Driver](https://dev.mysql.com/downloads/connector/j/) is used to connect the web application to the MySQL database.
- Import the driver into 'WEB-INF' folder.
- A default tomcat servlet page will open once the connection is established.