0% found this document useful (0 votes)
21 views4 pages

Online Herbs & Fruits: Spvryan's International Journal of Engineering Sciences & Technology (SEST) ISSN: 2394-0905

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

Online Herbs & Fruits: Spvryan's International Journal of Engineering Sciences & Technology (SEST) ISSN: 2394-0905

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

Spvryan's International Journal of Engineering Sciences & Technology (SEST)

ISSN : 2394-0905

Online Herbs & Fruits


Manali Bachhav1, Snehal Jadhav2,Anushri Sonawane3, Prof. Vishal Ohol4.
1,2,3 Students of department of Computer Technology, Sandip Polytechnic, Nashik &
4 Senior Lecturer in department of Computer Technology, Sandip Polytechnic, Nashik

Abstract— This project helps the users in curing its Online collaboration tools to enable
disease by giving the list of fruits and herbs that the dispersed herbal practitioner to collaborate on ideas.
user should consume in order to get rid of its disease. The developer of an online Herbal Prescriber
The main purpose of this project is to help the user to Database, his system an online database of herbs,
easily search for herbs and fruits that will be good for ailments, and the corresponding uses but no
the health of the user depending on any health issue pictorial for easy identification. An enhancement
or disease that he/she is suffering from. This system introduced to provide herbal prescriptions for a
helps the user to reduce its searching time largely by certain disease.
allowing the user to enter its health problem and It gives an option to the user whether to
search accordingly. The admin can add fruits and explore through selecting or searching an herb or
herbs to the system and its information. This system ailment. Each herb includes a brief information,
also allows the user to view the selected fruit or the dosage and ailments treated. Each ailment on the
herb’s description, which describes how the fruit or other hand includes its description along with its
the herb will help to improve the user’s health. Thus, treatment plan. Furthermore, it provides a list of
this system helps to improve health by suggesting recommended herbal remedies. For centuries,
fruits or herbs depending on the disease entered by herbal medicines were the primary methods to
the user. administer medicinally active compounds.
The Online Herb & Fruit App project
Keywords: Fruits, Herbs, Health, wellbeing, Fruits,
needs to organize the products record and the other
Nutrition, Proteins, Disease, Cure, Patient, Online
information about the customers. This system also
Herb & Fruit.
allows the user to view the selected fruit or the
herb’s description, which describes how the fruit or
INTRODUCTION
the herb will help to improve the user’s health.
Being that people are now very concerned Thus, this system helps to improve health by
about their health and most people are now using suggesting fruits or herbs depending on the disease
herbs to as a mean of cure to their sickness. entered by the user
Currently herbal medicine has found its way as an
alternative to orthodox medicine, which is the PROJECT CONCEPT
oldest and most widely used system of medicine in
The Online Herb and Fruit project needs to organize the
the world as of today. When herbal practitioner
products record and the other information about the
uses an electronic system to collaborate, it system
customers. The android version of the proposed project
shapes their interaction.
can be built for users to efficiently do online shopping

Volume 08 Issue 02
Paper : 05
Page 1 of 4
Spvryan's International Journal of Engineering Sciences & Technology (SEST)
ISSN : 2394-0905

can that module fell under the category of android final SYSTEM ARCHITECTURE
year projects? The main purpose of this project is to help
the user to easily search for herbs and fruits that will be
good for the health of the user depending on any health
issue or disease that he/she is suffering from. Being that
people are now very concerned about their health and
most people are now using herbs to as a mean of cure to
their sickness. No matter how much advancement takes
place or latest technology, get introduced. The place of
herb usage will never get old. In everyday busy life,
finding herbs is not an easy task.

PROJECT DESIGN

This chapter gives a detailed outline of the software


development methodology used in this project following
up the various existing software development
Fig No 1: Basic Architecture of the system
methodology. The strength and weaknesses of the
chosen methodology have been outlined. Further, the
PARALLEL DEVELOPMENT APPROCH
functional and non-functional requirements of the system
are explained in detail and the use cases, which are a list This model of methodology attempts to address the
of steps, typically defining interactions between a role problem of long delay between analysis phase and the
and system, to achieve a goal. delivery of the system. Instead of doing design and
 It allows for development of high-risk or implementation in sequence, it performs a general design
major functions first for the whole system and then divides the project into a
 Each release delivers an operational product series of distinct subprojects that can be design and
 Customer can respond to each build implemented in parallel. Once all subprojects are
 Uses “divide and conquer” breakdown complete, there is a final integration of the separate
of tasks pieces, and the system delivered.
 Lowers initial delivery cost
 Initial product delivery is faster DEVELOPMENT TOOLS
 Customers get important functionality early I. Android Studio
 Risk of changing requirements is reduced Android Studio is the official integrated development
environment (IDE) for Google’s Android operating
system, built on JetBrains’ IntelliJ IDEA software and
designed specifically for Android development. It is

Volume 08 Issue 02
Paper : 05
Page 2 of 4
Spvryan's International Journal of Engineering Sciences & Technology (SEST)
ISSN : 2394-0905

available for download on Windows, macOS and Linux differentiated by a series of proprietary extensions which
based operating systems. It is a replacement for the install as server plugins, but otherwise shares the version
Eclipse Android Development Tools (ADT) as the numbering system and is built from the same code base.
primary IDE for native Android application development.
Android Studio supports all the same programming SYSTEM WORKFLOW
languages of IntelliJ (and Clion) e.g. Java, C++, and
more with extensions, such as Go and Android Studio
3.0 or later supports Kotlin and all Java 7 language
features and a subset of Java 8 language features that
vary by platform version. External projects backport
some Java 9 features. While IntelliJ that Android Studio
is built on supports all released Java versions, and Java
12, it’s not clear to what level Android Studio supports
Java versions up to Java 12 (the documentation mentions
partial Java 8 support). At least some new language
features up to Java 12 are usable in Android.

II. MYSQL
MySQL is free and open-source software under the
terms of the GNU General Public License, and is also
available under a variety of proprietary licenses. MySQL
Fig No 2: Workflow of the system
was owned and sponsored by the Swedish company
MySQL AB, which was bought by Sun Microsystems
(now Oracle Corporation). DATA FLOW DIAGRAM
In 2010, when Oracle acquired Sun, Widenius forked
the open-source MySQL project to create MariaDB.
MySQL is a component of the LAMP web application
software stack (and others), which is an acronym for
Linux, Apache, MySQL, Perl/PHP/Python. MySQL is
used by many database-driven web applications,
including Drupal, Joomla, phpBB, and WordPress.
MySQL is also used by many popular websites,
including Facebook, Flickr, MediaWiki, Twitter, and
YouTube.
MySQL is offered under two different editions: the open
source MySQL Community Server and the proprietary
Enterprise Server. MySQL Enterprise Server is
Fig No 3: Data Flow Diagram

Volume 08 Issue 02
Paper : 05
Page 3 of 4
Spvryan's International Journal of Engineering Sciences & Technology (SEST)
ISSN : 2394-0905

APPLICATIONS that require consumption, in order to get rid of


disease. This project helps the user by providing
1. Everyone who wants to search fruits and herbs easy access and search for herbs and fruits that will
based on disease. be good for the health of the user depending on any
2. All individuals who have any kind of disease and health issue or disease that he/she is suffering from.
finding some fruits and herbs to cure it or want to On realizing the importance of the systematic
get relief. documentation all, the processes are implement
using a software engineering approach. Working in
ADVANTAGES a live environment enables one to appreciate the

1. Quick, easy and paperless. intricacies involved in the System Development

2. Top quality service. Safe and reliable. Life Cycle (SDLC)). We have gained a lot of

3. Multiple options for selection. practical knowledge from this project, which we

4. Creating & Changing Issues at ease. think, shall make us stand in a good state in the

5. Simple Status & Resolutions. future.

6. Multi-level Priorities & Severities.


7. Attachments & Additional Comments for more REFERENCES
information.
[1] Howe, A. von Mayrhauser, and Mraz, R. T. Test
8. Accuracy in work.
case generation as an AI planning problem.
9. Decrease the load of the person involve in existing
Automated Software Engineering, 4:77-106, 1997.
manual system.
[2] Koehler, J., Nebel, B., Hoffman, J., and Dimopoulos,
10. Access of any information individually.
Y. Extending planning graphs to an ADL subset.
11. Work becomes very speedy.
Lecture Notes in Computer Science, 1348:273, 1997.
[3] Treutner, M. F., and Ostermann, H. Evolution of
LIMITATIONS/CONSTRAINTS
Standard Web Shop Software Systems: A Review
1. Requires Internet connection. and Analysis of Literature and Market Surveys.
2. Requires Android Smart Phone. [4] Jarvenpaa, S. L., and Todd, P. A. (1997). Consumer
reactions to electronic shopping on the World Wide
CONCLUSION Web. International Journal of Electronic Commerce,
1:59–88.
The development of the software includes so many
[5] Bigne, Enrique. (2005). The Impact of internet user
people like user system developer, user of the
shopping patterns and demographics on consumer
system and the management, it is important to
mobile buying behavior. Journal of Electronic
identify the system requirements by properly
Commerce Research, 6(3).
collecting required data to interact with the system.
[6] Commerce4j, Java Based e-Commerce Application
Proper design builds upon this foundation give a
and Online Catalog Management System., Retrieved
blue print, which is actually implemented by the
on May 18, 2010.
developers. This project helps the users to cure their
"https://code.google.com/p/commerce4j/"
disease by providing them the list of fruits and herbs

Volume 08 Issue 02
Paper : 05
Page 4 of 4

You might also like