SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1433
Automated mess service based on user's location
Jovin Kurichial1, Shubham Shitole2, Aditya Dasturkar3, Vaibhav Dang4, Priyanka Kedar5
1,2,3,4 Department of Computer Engineering
Dhole Patil College of Engineering, Wagholi, Pune -412207
5 Prof., Dept. Computer Engineering, Dhole Patil College, Maharastra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper discusses Android based system to
develop online mess ordering system which will identify and
locate nearby mess and order mess food services via online. By
using GPS service, user’s location isdetectedwhichthen isused
to show nearby mess service providers which have registered
this application, by which user can easily be aware of themess
service providers prior to its location and user can select
required mess based on user’s requirements to order food.
Users can search for different varieties of mess providers and
system is able to sort them according to their price, ratings or
type of service with in their range at any place. A user based
mess review system is includedtovalidateandencouragegood
services among mess. It can likewise be valuable foreducating
mess service providers to engage in digital way of
communication. Our system also allows the user to order the
mess service based on weekly, monthly or quarterly basis. This
thought would accomplish great outcomes.
Key Words: Mess, GPS (Global Positioning System),
Google map API, Food, Travel, Online ordering,
Sorting, Android, Review, Business.
1. INTRODUCTION
Nowadays, hotels services are digitally active were as
traditional mess services lag behind, mess services don’t
have a platform for advertisement and makethemselfaware
among the busy crowd. New comers to unknown place for
job, study, travel, etc., usually face the problem in finding
mess services near to their location. Also the one who leaves
in hostel don’t always get meal for their budget or a
satisfactory canteen service they look for external food
source and end up having unhealthy junk food or having
overpriced food from hotels. Thatmotivatesustodevelopan
android application to solve these issues and promote good
service and customer satisfaction along with profiting
current mess services.
Our system will interact with user’s location with the help of
‘GPS & Geo Tagging on Android Platform’ [2] [4] and provide
information of active mess services prior to their location.
We use ‘Dijikstra algorithm’ to find the shortest path to
measure nearest mess.[1] By using this application user can
give their review based on their order history which will
validate good service practices among mess to compete for
higher ratings. Thus our system provide platform for
advertise and interact-action between mess and customers
and vice versa. Filters are added to sort on bases of user’s
requirements, such as sort by ratings, popularity, price, veg
or non-veg, nearest, etc. [5]
We use cloud computing and mobile computing and data
mining technologies in developing this system.
1.1 Location
Today android smartphones are very much common and
GPS ‘Global Positioning system’ present everywherecreating
a higher feasibility to use it in our application. [2] We use
Google map API ‘Application Interface’ for getting detailed
geographical information for identifying mess around the
user over a fixed radius. [1] Along with it we use dijikstra
algorithm to track and identify the nearest mess service.
Since we are working on android smartphones which has
limited power supply and while using GPS along with WIFI
will drain smartphone battery to a larger extent. [4] By using
several LBSs ‘Location Based Services’ running in parallel
could be beneficialfromeachother’spositioninginformation.
1.2 Online order
Our application automate traditional dealing and
subscribing mess service over a on weekly, monthly or
quarterly basis and also give ready order on need. Before
placing order we make sure that the user is registered to
avoid anonymous entry, If user gives repeated fake orders
misusing our application will be blocked by checking their
record. Order is placed after selecting mess based on
customer’s requirements such as price, time, type, rating,
reading reviews, popularity, etc. This is done by using
appropriate filters which will sort accordingly. Order is only
proceed after there is conformationfromcustomeraswell as
mess service provider for that customer.
Our main aim to fulfill customer satisfaction by making
them aware of nearby mess service providers with their
food style, which will be fulfilled using our application. [3]
We will use popular technologies for intelligent mobile
phone software development in order management via
Android and J2EE.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1434
1.3 Review
It’s important to givecustomervalidationtomessserviceand
encourage good service to improvethestandardsandquality
of services. We use anonymous review where user name is
not displayed but not all users can give review, only that
customers who have their order history from the respective
mess can give review, thus it provides more faithful review.
Reviews are the way to give feedback and views of user
experiences. Based on the review we rate the mess and are
triggered to show top ranked mess services [5], creating a
positive completionamongmessserviceproviderstoprovide
good service to customers. Furthermore we could use
‘Latent-Semantic Analysis’ LSA algorithm [6] to analyzes the
relationships between a set of documents and the termsthey
contain by producing a set of concepts related to the
documents to provide more efficient review.
2. Proposed system
Fig -1: System Architecture
Fig -1 show the System architecture of our system. Here,
there are three users as Customer the one who place order
and review mess service, Mess owner the person who does
their business using our application and finally the Admin
termed as ‘Super user’ so that admin can have read only
permission to the users and mess database. Both the mess
owner and customer uses the same android application to
interact with each other.
Fig -2: Use case of the system
From the above Use case diagram fig-2, Mess owner must
register himself/herself through our application then only
hey are permitted to make their profile by uploading mess
pictures, details, location, menu items with price, etc.
Whereas customer can view nearby mess profiles prior to
their location with the help of Google map API. He/she can
select mess based on their requirements and place their
order. User is permitted to order only after completing their
registration process once they are registered they can log
into their account and precede their orderingprocess.Order
should be accepted by the mess provider to complete their
communication via call or notifications incase order cannot
be fulfilled. Ordered customer can share their experiences
via giving review.
Table -1: List of modules
List of modules
[A] Profile
management module
Manages user profile
details, also mess profile
including mess location
and menu details
[B] Location module Location tagging and
tracking nearby mess
service providers Mess
profile module
[C] Online ordering Order mess food online
also subscribe to mess
weekly, monthly or
quarterly basses
[D] Review and Rating
module
Review based rating
system to validate mess
service
[5] Record maintenance
module
Overall record such as
order history of users
mess service fulfillment
details for statistics
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1435
3. CONCLUSIONS
This paper discussed a framework for developing an online
mess service booking system based on user’slocation where
users are able to sort messes accordingtotheir requirement.
Here user is permitted to rate their favorite mess and give
feedback to improve and encourage their experiences with
mess providers. This system is providing the easy way
towards mess service and this is very helpful for the small
scale enterprises, employees and mainly for the students
staying far away from their home. In addition, a record
maintenance is added for statistical analysis of food
distribution over the area, which will be useful for
government, bigger business bodies to help in developing a
smarter life around us. This system helps to give more
priority to mess service and enrich their growth from their
current fading situation.
REFERENCES
[1] "Dijkstra Algorithm Applied: Design and
Implementation of a framework to find nearest Hotels
and Booking Systems in Iraqi" 2017 International
Conference on Current Research in Computer Science
and Information Technology (ICCIT), Slemani - Iraq
[2] "Travel Management System using GPS & Geo Tagging
on Android Platform" Amrah Maryam, Nadia Siddiqui,
Mohammed A. Qadeer, M. Sarosh Umar Department of
Computer Engineering, Zakir Hussain Collage of
Engineering and Technology,AligarhMuslimUniversity,
Aligarh – 202002, UP, India
[3] "An Intelligent Catering Service Platform Based on the
Android+J2EE " 2015 4th International Conference on
Advanced Information Technology and Sensor
Application School of ComputerScienceandTechnology
Harbin University of Science and Technology Harbin,
China
[4] "Energy-Efficient Position Tracking in Proactive
Location-BasedServicesfor SmartphoneEnvironments"
2011 35th IEEE Annual Computer Software and
Applications Conference Ulrich Bareth, Axel K¨upper
Deutsche Telekom Laboratories, TU Berlin Service-
centric Networking
[5] “Analysis of Review Helpfulness Based on Consumer
Perspective”, Yuanlin Chen, Yueting Chai , Yi Liu, and
Yang Xu. TSINGHUA SCIENCE AND TECHNOLOGY
ISSNll1007-0214ll09/10llpp293-305 Volume 20, 2015
[6] “ONLINE MOVIE REVIEW SYSTEM” Rahul M. Sharma,
Shital S. Barkul, Pankaj K. Sawane, Rahul M. Jeughale
Department of Computer Engineering Marathwada
Mitra Mandals College of Engineering Pune, India. Mjret
ISSN:2348 – 6953

More Related Content

PDF
IRJET- Automated Mess Service based on User's Location PART-2
PDF
Place recommendation system
PDF
Skedule A System For Easy User Access
PDF
IRJET- Travel Sequence Application
PDF
IRJET- An Android Application to Hire a Driver for Private Vehicle
PDF
Web application for booking paying guest & explore mess and stationary in the...
PDF
IRJET- A Review on Budget Estimator Android Application
PDF
Real time attendance and estimation of performance using business intelligence
IRJET- Automated Mess Service based on User's Location PART-2
Place recommendation system
Skedule A System For Easy User Access
IRJET- Travel Sequence Application
IRJET- An Android Application to Hire a Driver for Private Vehicle
Web application for booking paying guest & explore mess and stationary in the...
IRJET- A Review on Budget Estimator Android Application
Real time attendance and estimation of performance using business intelligence

What's hot (19)

PDF
Service station android app project report
PDF
Asgar ali hospital web , android & ios application
DOCX
Digital cafe system
PDF
IRJET- Survey on Virtual Assistants
PDF
IRJET- Customized CRM Mobile Application for Retail Industry
PDF
[IJET-V1I5P8] Author: Rashmi Jangale, Sujata Khedkar
PDF
I03402059063
PDF
Android Application for Updation
PDF
IRJET- UID Secure Travel Identity
PDF
IRJET- An Online Grievance Redressal System
PDF
Mobile Device Application to locate an Interest Point using Google Maps
PDF
IRJET- Tiffin Services Application and Live Tracking
PDF
Empowering learning through mobile technologies
DOCX
OPEN CABSTER PROJECT DOC
PDF
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
PDF
IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...
PDF
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
PDF
iPad Application Development Services
PDF
Scholar’s Companion – Android App
Service station android app project report
Asgar ali hospital web , android & ios application
Digital cafe system
IRJET- Survey on Virtual Assistants
IRJET- Customized CRM Mobile Application for Retail Industry
[IJET-V1I5P8] Author: Rashmi Jangale, Sujata Khedkar
I03402059063
Android Application for Updation
IRJET- UID Secure Travel Identity
IRJET- An Online Grievance Redressal System
Mobile Device Application to locate an Interest Point using Google Maps
IRJET- Tiffin Services Application and Live Tracking
Empowering learning through mobile technologies
OPEN CABSTER PROJECT DOC
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
iPad Application Development Services
Scholar’s Companion – Android App
Ad

Similar to Automated Mess Service Based on User's Location (20)

PDF
IRJET- Queue Control System using Android
PDF
IRJET- Real Time Transport Tracking and Management System using Google API
PDF
Development of Mobile App for Cab Booking and Rental using Flutter SDK
PDF
SURAKSHA: AN ANDROID APP FOR THE SAFETY OF WOMEN
PDF
LunchBox:- A Web And Mobile Application
PDF
IRJET- Food Order in Train
PDF
IRJET - Home Appliance Rental Application
PDF
My Places
PDF
IRJET- Travel Sequence Application
PDF
IRJET- Online Food Ordering System
PDF
SMART TREAT JUNCTION
PDF
Tap and Dine – Smart Bistro Management and Ordering System
PDF
IRJET- Smart Application for Complaint Registration
PDF
SMART MECHANIC SYSTEM
PDF
IRJET - Service Base Application
PDF
IRJET- TRACKITUP-An Android Application to Track Multiple Users
PDF
IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...
PDF
Finger Gesture Based Rating System
PDF
Car Rental System
PDF
Employee Monitoring And Management System Using GPS And Android
IRJET- Queue Control System using Android
IRJET- Real Time Transport Tracking and Management System using Google API
Development of Mobile App for Cab Booking and Rental using Flutter SDK
SURAKSHA: AN ANDROID APP FOR THE SAFETY OF WOMEN
LunchBox:- A Web And Mobile Application
IRJET- Food Order in Train
IRJET - Home Appliance Rental Application
My Places
IRJET- Travel Sequence Application
IRJET- Online Food Ordering System
SMART TREAT JUNCTION
Tap and Dine – Smart Bistro Management and Ordering System
IRJET- Smart Application for Complaint Registration
SMART MECHANIC SYSTEM
IRJET - Service Base Application
IRJET- TRACKITUP-An Android Application to Track Multiple Users
IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...
Finger Gesture Based Rating System
Car Rental System
Employee Monitoring And Management System Using GPS And Android
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
Geodesy 1.pptx...............................................
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Well-logging-methods_new................
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Digital Logic Computer Design lecture notes
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
web development for engineering and engineering
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Operating System & Kernel Study Guide-1 - converted.pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Geodesy 1.pptx...............................................
Model Code of Practice - Construction Work - 21102022 .pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Well-logging-methods_new................
CYBER-CRIMES AND SECURITY A guide to understanding
Digital Logic Computer Design lecture notes
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Internet of Things (IOT) - A guide to understanding
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
OOP with Java - Java Introduction (Basics)
web development for engineering and engineering
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Mitigating Risks through Effective Management for Enhancing Organizational Pe...

Automated Mess Service Based on User's Location

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1433 Automated mess service based on user's location Jovin Kurichial1, Shubham Shitole2, Aditya Dasturkar3, Vaibhav Dang4, Priyanka Kedar5 1,2,3,4 Department of Computer Engineering Dhole Patil College of Engineering, Wagholi, Pune -412207 5 Prof., Dept. Computer Engineering, Dhole Patil College, Maharastra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper discusses Android based system to develop online mess ordering system which will identify and locate nearby mess and order mess food services via online. By using GPS service, user’s location isdetectedwhichthen isused to show nearby mess service providers which have registered this application, by which user can easily be aware of themess service providers prior to its location and user can select required mess based on user’s requirements to order food. Users can search for different varieties of mess providers and system is able to sort them according to their price, ratings or type of service with in their range at any place. A user based mess review system is includedtovalidateandencouragegood services among mess. It can likewise be valuable foreducating mess service providers to engage in digital way of communication. Our system also allows the user to order the mess service based on weekly, monthly or quarterly basis. This thought would accomplish great outcomes. Key Words: Mess, GPS (Global Positioning System), Google map API, Food, Travel, Online ordering, Sorting, Android, Review, Business. 1. INTRODUCTION Nowadays, hotels services are digitally active were as traditional mess services lag behind, mess services don’t have a platform for advertisement and makethemselfaware among the busy crowd. New comers to unknown place for job, study, travel, etc., usually face the problem in finding mess services near to their location. Also the one who leaves in hostel don’t always get meal for their budget or a satisfactory canteen service they look for external food source and end up having unhealthy junk food or having overpriced food from hotels. Thatmotivatesustodevelopan android application to solve these issues and promote good service and customer satisfaction along with profiting current mess services. Our system will interact with user’s location with the help of ‘GPS & Geo Tagging on Android Platform’ [2] [4] and provide information of active mess services prior to their location. We use ‘Dijikstra algorithm’ to find the shortest path to measure nearest mess.[1] By using this application user can give their review based on their order history which will validate good service practices among mess to compete for higher ratings. Thus our system provide platform for advertise and interact-action between mess and customers and vice versa. Filters are added to sort on bases of user’s requirements, such as sort by ratings, popularity, price, veg or non-veg, nearest, etc. [5] We use cloud computing and mobile computing and data mining technologies in developing this system. 1.1 Location Today android smartphones are very much common and GPS ‘Global Positioning system’ present everywherecreating a higher feasibility to use it in our application. [2] We use Google map API ‘Application Interface’ for getting detailed geographical information for identifying mess around the user over a fixed radius. [1] Along with it we use dijikstra algorithm to track and identify the nearest mess service. Since we are working on android smartphones which has limited power supply and while using GPS along with WIFI will drain smartphone battery to a larger extent. [4] By using several LBSs ‘Location Based Services’ running in parallel could be beneficialfromeachother’spositioninginformation. 1.2 Online order Our application automate traditional dealing and subscribing mess service over a on weekly, monthly or quarterly basis and also give ready order on need. Before placing order we make sure that the user is registered to avoid anonymous entry, If user gives repeated fake orders misusing our application will be blocked by checking their record. Order is placed after selecting mess based on customer’s requirements such as price, time, type, rating, reading reviews, popularity, etc. This is done by using appropriate filters which will sort accordingly. Order is only proceed after there is conformationfromcustomeraswell as mess service provider for that customer. Our main aim to fulfill customer satisfaction by making them aware of nearby mess service providers with their food style, which will be fulfilled using our application. [3] We will use popular technologies for intelligent mobile phone software development in order management via Android and J2EE.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1434 1.3 Review It’s important to givecustomervalidationtomessserviceand encourage good service to improvethestandardsandquality of services. We use anonymous review where user name is not displayed but not all users can give review, only that customers who have their order history from the respective mess can give review, thus it provides more faithful review. Reviews are the way to give feedback and views of user experiences. Based on the review we rate the mess and are triggered to show top ranked mess services [5], creating a positive completionamongmessserviceproviderstoprovide good service to customers. Furthermore we could use ‘Latent-Semantic Analysis’ LSA algorithm [6] to analyzes the relationships between a set of documents and the termsthey contain by producing a set of concepts related to the documents to provide more efficient review. 2. Proposed system Fig -1: System Architecture Fig -1 show the System architecture of our system. Here, there are three users as Customer the one who place order and review mess service, Mess owner the person who does their business using our application and finally the Admin termed as ‘Super user’ so that admin can have read only permission to the users and mess database. Both the mess owner and customer uses the same android application to interact with each other. Fig -2: Use case of the system From the above Use case diagram fig-2, Mess owner must register himself/herself through our application then only hey are permitted to make their profile by uploading mess pictures, details, location, menu items with price, etc. Whereas customer can view nearby mess profiles prior to their location with the help of Google map API. He/she can select mess based on their requirements and place their order. User is permitted to order only after completing their registration process once they are registered they can log into their account and precede their orderingprocess.Order should be accepted by the mess provider to complete their communication via call or notifications incase order cannot be fulfilled. Ordered customer can share their experiences via giving review. Table -1: List of modules List of modules [A] Profile management module Manages user profile details, also mess profile including mess location and menu details [B] Location module Location tagging and tracking nearby mess service providers Mess profile module [C] Online ordering Order mess food online also subscribe to mess weekly, monthly or quarterly basses [D] Review and Rating module Review based rating system to validate mess service [5] Record maintenance module Overall record such as order history of users mess service fulfillment details for statistics
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1435 3. CONCLUSIONS This paper discussed a framework for developing an online mess service booking system based on user’slocation where users are able to sort messes accordingtotheir requirement. Here user is permitted to rate their favorite mess and give feedback to improve and encourage their experiences with mess providers. This system is providing the easy way towards mess service and this is very helpful for the small scale enterprises, employees and mainly for the students staying far away from their home. In addition, a record maintenance is added for statistical analysis of food distribution over the area, which will be useful for government, bigger business bodies to help in developing a smarter life around us. This system helps to give more priority to mess service and enrich their growth from their current fading situation. REFERENCES [1] "Dijkstra Algorithm Applied: Design and Implementation of a framework to find nearest Hotels and Booking Systems in Iraqi" 2017 International Conference on Current Research in Computer Science and Information Technology (ICCIT), Slemani - Iraq [2] "Travel Management System using GPS & Geo Tagging on Android Platform" Amrah Maryam, Nadia Siddiqui, Mohammed A. Qadeer, M. Sarosh Umar Department of Computer Engineering, Zakir Hussain Collage of Engineering and Technology,AligarhMuslimUniversity, Aligarh – 202002, UP, India [3] "An Intelligent Catering Service Platform Based on the Android+J2EE " 2015 4th International Conference on Advanced Information Technology and Sensor Application School of ComputerScienceandTechnology Harbin University of Science and Technology Harbin, China [4] "Energy-Efficient Position Tracking in Proactive Location-BasedServicesfor SmartphoneEnvironments" 2011 35th IEEE Annual Computer Software and Applications Conference Ulrich Bareth, Axel K¨upper Deutsche Telekom Laboratories, TU Berlin Service- centric Networking [5] “Analysis of Review Helpfulness Based on Consumer Perspective”, Yuanlin Chen, Yueting Chai , Yi Liu, and Yang Xu. TSINGHUA SCIENCE AND TECHNOLOGY ISSNll1007-0214ll09/10llpp293-305 Volume 20, 2015 [6] “ONLINE MOVIE REVIEW SYSTEM” Rahul M. Sharma, Shital S. Barkul, Pankaj K. Sawane, Rahul M. Jeughale Department of Computer Engineering Marathwada Mitra Mandals College of Engineering Pune, India. Mjret ISSN:2348 – 6953