Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

VISVESVARAYA TECHNOLOGICAL UNIVERSITY

"Jnana Sangama", Belagavi: 590 018

A Database Management Systems Mini Project report on

“PETSHOP MANAGEMENT SYSTEM”


Submitted in partial fulfillment of the requirement for the award of Degree of
BACHELOR OF ENGINEERING
IN
COMPUTER SCIENCE AND ENGINEERING
By

NANDAN R 1AY20CS094
MOHITH D R 1AY20CS089

Under the guidance of


Prof. Swathi U

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING


ACHARYA INSTITUTE OF TECHNOLOGY
(Affiliated to Visvesvaraya Technological University, Belagavi)
2020-2021
ACHARYA INSTITUTE OF TECHNOLOGY
(Affiliated to Visvesvaraya Technological University, Belagavi)
Soladevanahalli, Bangalore – 560090

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

CertifiCate

Certified that the Database Management Systems mini project entitled Petshop Management
System is a bonafide work carried out by Nandan R (1AY20CS094) & Mohith D R
(1AY20CS089) of 5th semester in partial fulfillment for the award of degree of Bachelor of
Engineering in Computer Science & Engineering of the Visvesvaraya Technological
University, Belagavi, during the year 2022-2023. It is certified that all corrections/ suggestions
indicated for internal assessments have been incorporated in the Report deposited in the
departmental library. The Mini Project report has been approved as it satisfies the academic
requirements in respect of Mini Project work prescribed for the Bachelor of Engineering Degree.

Signature of Guides Signature of H.O.D

Name of the examiners Signature with date

1.

2.
ABSTRACT

“Pets Shop Management” is the process of defining the architecture, components, modules,
interfaces, and data for a system to satisfy specified requirements. The projects are to provide a
web-based interface to a pet shop owner to manages his petshop activities.
This system provides an option for storing and managing. The basic information about pets and
pet products in the shop. An option for storing and managing the sales details of the shop. Storing
and managing the basic information about the customer. Track the information about sold pets and
products to a customer. This system is written in PHP and MYSQL.However, the front end codes
use for the main page, insertion, search, deletion are displayed.
In this system, the employee can add animals and birds. Eventually, the employee can also delete
animals and birds, also update it. Continually, products can also be add, delete and update. They
can see the sales details of the product they have sell.
ACKNOWLEDGEMENT

I express my gratitude to our institution and management for providing us with good
infrastructure, laboratory, facilities and inspiring staff whose gratitude was of immense help in
completion of this seminar successfully.

I express my sincere gratitude to our principal, Dr. Rajat Hegede for providing required
environment and valuable support for developing this mini project.

My sincere thanks to Dr. Ajith Padyana, Head of the Department, Computer Science and
Engineering, Acharya Institute of Technology for his valuable support and for rendering us
resources for this mini project work.

I express my gratitude to Prof. Swathi U, Assistant Professors, Dept. Computer Science


and Engineering, Acharya Institute of Technology who guided me with valuable suggestions in
completing this mini-project at every stage.

My gratitude thanks should be rendered to many people who helped me in all possible ways.
PETSHOP MANAGEMENT SYSTEM

Table of Contents

CHAPTER 1: INTRODUCTION……………………………………………………………………………………6

1.1 Introduction to SQL

1.2 Introduction to front end software

1.3 Project report outline

CHAPTER 2: REQUIREMENT SPECIFICATION…...................................7

2.1 Software requirements

2.2 Hardware requirements

CHAPTER 3: OBJECTIVE OF THE PROJECT ........................................... 9

CHAPTER 4: IMPLEMENTATION ........................................................................... 11

4.1 E-R Diagram

4.2 Mapping Of E-R Diagram To Schema Diagram

4.3 Normalize The Relations

4.4 Creation Of Tables

4.5 Insertion Of Tuple

4.6 Creation Of Triggers

4.7 Creation Of Stored Procedures

CHAPTER 5: FRONT END DESIGN .................................................................... 24

5.1 Connectivity To Database

5.1.1 Connectivity From Front End To Back End PHP Code

5.2 Front End Code

CHAPTER 6: TESTING .............................................................................................. 24

6.1 Testing Process

6.2 Testing Objectives

Dept. of CSE, AIT, Bengaluru 2022-2023 5


PETSHOP MANAGEMENT SYSTEM

6.3 Test Cases

6.3.1 Test Cases For Petshop Management System,

CHAPTER 7: RESULTS ............................................................................................ 24

7.1 Snapshots

CONCLUSION… ............................................................................................................ 31

REFERENCES ................................................................................................................. 32

Dept. of CSE, AIT, Bengaluru 2022-2023 6


PETSHOP MANAGEMENT SYSTEM

Dept. of CSE, AIT, Bengaluru 2022-2023 7

You might also like