You are on page 1of 8

BHARATI VIDYAPEETH’S JAWAHARLAL

NEHRU INSTITUTE OF TECHNOLOGY

ACADEMIC YEAR 2023-24

PROJECT: APPLYING DBMS CONCEPT IN MOVIE SEATS BOOKING SITE


DESIGNING.

PROGRAMME: COMPUTER TECHNOLOGY.

COURSE: DATABASE MANAGEMENT [DMS]

COURSE CODE: 22319

COURSE COORDINATOR: MRS.VAISHALI PHALAKE


~ACKNOWLEDGEMENT~
Gratitude is the hardest emotion to express and often
does not find adequate words to convey actual fact.

It is our proud privilege to express my sincere thanks


towards all group members who have played a vital
role in completion of the project.

We are highly grateful to Mrs.Phalake ma’am for


sharing her valuable time in helping and guiding us
throughout this project.

Last but not the least we would like to thank all those
directly and indirectly who extended their support and
cooperation for this successful endeavour.
GROUP MEMBERS:
• Aariya Vora - 66
• Prajakta Jadhav - 54
WHAT IS DATABASE MANAGMENT?
CONCEPT OF DATA:
- Data is collection of facts or row materials regarding a specific
topic.
- It is representation of facts, concepts of instructions used for
interpretation and processing purpose.

DATABASE:
- It is a collection of related data and an application that
manages large amount of data and allows fast retrival or access
of data.

DATABASE MANAGEMENT SYSTEM:


- It is defined as a collection of inter-related data and set of
programmes to access that data information stored.
- A DBMS serves as an interface between an end-user and a
database, allowing users to create, read, update, and delete
data in the database.

WHY NEED OF DATABASE?


- In any organization data is considered the basic resource for
running the media.
- Businesses use data stored in databases to make informed
business decisions.
- Databases are helpful in following ways:
 Improve business processes
 Keep track of customers
 Secure personal health information
 Store personal data

SOME APPLICATIONS OF DATABASE:


 Library Management System
 Education Sector
 Social Media Sites
 Online Shopping
 Reservations/bookings Systems

 APPLICATION INVOLVED IN OUR PROJECT:

MOVIE SEATS BOOKING WEBSITE DESIGN-

Web designing involves two factors:

 The front end - which is a user interface and displayed as


front page of the following task on the internet.
 The back end – where all the data and information is stored
given out by users which needs a systematic maintainance.

THE COMBINATION OF BOTH FACTORS LEADS TO CREATE A


APPLICATION BASED ON THE USAGE OF DATABASE
MANAGTEMENT .

FRONT END:

The front end is the part of the website users can see and interact
with such as the graphical user interface (GUI) and the command
line including the design, navigating menus, texts, images, videos, etc.

The visual aspects of the website that can be seen and experienced
by users are frontend. .

It is also referred to as the ‘client side of the application.


FRONT end languages used: HTML,CSS,JAVASCRIPT etc.

BACK END:

The backend is the server side of the website. It stores and


arranges data, and also makes sure everything on the client side of
the website works fine. It is part of the website that you cannot see
and interact with. It is the portion of software that does not come
in direct contact with the users.

The parts and characteristics developed by backend designers are


indirectly accessed by users through a front-end application.

BACK end languages used: PHP,C++,PHYTHON,JAVA etc.

BACKEND

FRONT END
FRONT END CODE:
BACKEND CODE:

You might also like