DBMS FinalReport
DBMS FinalReport
Submitted By
November 2, 2024
DECLARATION
We hereby declare that this lab project has been done by us under the supervision of Mr.
Nokimul Hasan Arif, Lecturer, Department of Computer Science and Engineering, Daffodil
International University. We also declare that neither this project nor any part of this project
has been submitted elsewhere as lab projects.
Submitted To:
Submitted by
The mapping justification of this table is provided in section 4.3.1, 4.3.2 and 4.3.3.
Table of Contents
Declaration i
1 Introduction 1
1.1 Introduction...............................................................................................................................1
1.2 Motivation................................................................................................................................. 1
1.3 Objectives.................................................................................................................................1
1.4 Feasibility Study...................................................................................................................... 1
1.5 Gap Analysis............................................................................................................................1
1.6 Project Outcome......................................................................................................................1
2 Proposed Methodology/Architecture 2
2.1 Requirement Analysis & Design Specification................................................................... 2
2.1.1 Overview...................................................................................................................... 2
2.1.2 Proposed Methodology/ System Design................................................................ 2
2.1.3 UI Design..................................................................................................................... 2
2.2 Overall Project Plan................................................................................................................ 2
5 Conclusion 6
5.1 Summary.................................................................................................................................. 6
5.2 Limitation.................................................................................................................................. 6
5.3 Future Work............................................................................................................................. 6
References 6
Chapter 1
Introduction
Every chapter should start with 1-2 sentences on the outline of the chapter.
1.1 Introduction
Grocery store management needs a quick and easy way to manage client orders, keep
track of inventory, and simplify operations in this fast-paced world. In order to meet these
objectives, the Grocery Store Application offers a complete platform that makes store
management procedures simpler.
1.2 Motivation
The primary motivation for creating a Grocery Store Application is to streamline the shopping
experience for users and enhance operational efficiency for store owners. By addressing the
challenges of traditional shopping, such as long queues, product unavailability, and lack of
personalized offers, this application aims to provide a convenient, efficient, and engaging platform
for customers and businesses alike.
1.3 Objectives
Ease of Shopping: Enable users to browse and purchase groceries from the comfort of their
homes.
Inventory Management: Help store owners efficiently manage inventory, track stock levels, and
prevent overstocking or shortages.
Seamless Payments: Offer secure and diverse payment options to enhance user convenience.
Order Tracking: Allow users to track the status of their orders in real time.
Discounts and promotions: Notify users of ongoing offers and loyalty rewards, encouraging
engagement and repeat purchases.
Accessibility: Ensure the application is user-friendly and inclusive for people with diverse abilities
and technological familiarity.
1.4 Feasibility Study
When we did research on this topic, we found a lot of similar apps like FoodPanda, Chaldal, and
Shwapno.We will provide better services through our project objectives. [1].
Lack of Real-Time Updates: Inventory and product availability are often inaccurate, leading to
user frustration.
Missing Personalization: Most systems fail to offer personalized shopping experiences, like
recommendations or tailored discounts.
Order Tracking: Users often experience delays with no transparency about the order status.
Proposed Methodology/Architecture
Every chapter should start with 1-2 sentences on the outline of the chapter.
This application will be built using a 3-tier architecture, separating them into frontend,
backend, and database to ensure modularity and scalability.
1. Frontend: HTML, CSS, and JavaScript will be used to design the user interface,
making it responsive and interactive.
2. Backend: Python with Flask will serve as the server-side framework, handling
requests, processing data, and rendering responses.
3. Database: MySQL will be used to store and manage customer, order, and product
data.
3.1 Implementation
Conclusion
Every chapter should start with 1-2 sentences on the outline of the chapter.
5.1 Summary
5.2 Limitation