Dbms Report
Dbms Report
Project Report
On
Car Rental
Reservation System
Page |2
CERTIFICATE
This to certify that the project entitled “Car Rental Reservation System” carried out
BY Niranjit(1IC22CD011), Nisarga(1IC22CD012), Prashanth(1IC22CD014)
bonafide student of Impact College of Engineering And Applied Science have been
Submitted in partial fulfilment of requirement’s in DBMS Laboratory with Mini Project
of 4th Semester Bachelor of engineering degree in Computer Science in Data Science
engineering as prescribed by VISVESVARAYA TECHNOLOGICAL UNIVERSITY
during the academic year of 2023-2024
Signature of Examiner :
Page |3
ABSTRACT
ACKNOWLEDGEMENT
TABLE OF CONTENTS
Introduction……………………………………………..06
Functional Requirments……………………………...07-08
ER Diagram………………………………………………12
FLOWCHART…………………………………………....13
Data Dictionary…………………………………………14-15
Conclution……………………………………………..…22
Page |6
INTRODUCTION
Car rental system means it an application which will help car rental to optimized and
control over theircar rental. and my project “car rental system” is also based on the same
point. Through this website user can do lot of things from anywhere from home, from office,
from train and manymore places. User can order his/her favorite car from desired car lists
and enjoy them with his/her lovedones. And through this website only the admin who has
the control power of this website can look up toevery activity of user and can guide or help
them whenever a user is needed for help. As you open the website a animated page will load
and it will have two options one I. e log-in and other i.e. sign- up. If a user is new to the
website then he has to sign-up first then he will get a user id and password , throughwhich
he can then Login into the website easily, and if he has that user id and password from
previously sohe can direct switch on to login area. After login the user will be redirected to
home page where he will getto see a navbar containing options like about section, menu
section, cart section, contact section, logout section. Scrolling down there he will get
option to explore our website In about section. Then if he wants to bookorder for cars then he
will get option of varieties of cars like Indian, Chinese, and, south Indian & forcold-drinks
and desert options user have to go down the website where the option will be available.
User canbook his favorites cars and can cancel it also , after booking the page will redirect
to add to cart he will get a message that his order has been placed after that it will lead to
the payment option , where user has topay the required amount through phone pay, upi id
or through credit or debit cards. And all these activities can be controlled by admin he will
get notification whenever any user will login into the website and place any order. Admin
can add, delete and update carss and drinks option and can handle the database options
also.
All over the world wide ,the cars delivery account for the 93 million, the one percent is form
total cars market and including the 4 percent restaurant and fast cars chains in many
countries this no growth rate will continually to increase at 3.5 percent in the next five
years.
Page |7
FUNCTIONAL REQUIREMENTS
1. NORMAL USER
2. USER LOGIN
Functional requirements
-user id is provided when they register.
-The system must only allow user with valid id and
password to enter the system.
-The system performs authorization process which decides
what user level can access to.
-The user must be able to logout after they finished using
system.
Page |8
Description of feature
This feature can be performed by all users to register new user
to create account.
Functional requirements
-System must be able to verify information
-System must be able to delete information if information is wrong
SEARCH
DESCRIPTION OF FEATURE
This feature is found in search maintenance part .we can
search car based on car id , car name.
Functional requirements
- System must be able to search the database based on
select search type.
- System must be able to search the car based on
keyword entered.
- System must be able to show the filtered car in table
view.
Page |9
The whole Project is divided in two parts the front end and the
back end.
Front end
The front end is designed using of html , Php ,CSS, Java script
HTML- HTML or Hyper Text Markup Language is the main
markup language for creating web pages and other information
that can be displayed in a web browser.
HARDWARE REQUIREMENT
SOFTWARE REQUIREMENT
PROGRAMMING LANGUAGES
HTML
CSS
BOOTSTRAP
JS
PHP
MYSQL
P a g e | 11
LMS
P a g e | 12
ER DIAGRAM
P a g e | 13
FLOW CHART
P a g e | 14
DATA DICTIONARY
[users] Table:
VARIABLE DATA TYPE SIZE DESCRIPTION
Username Varchar 30 To store unique
username.
Password Varchar 40 To store password.
phone number Bigint 13 To store phone
number.
email address varchar 50 To store email
address.
Address varchar 100 To store user
address.
First name varchar 100 To store user first
name.
[admin]table:
VARIABLE DATA TYPE SIZE DESCRIPTION
username Varchar 30 To store unique username.
[cars] Table:
SCREENSHOTS
LOGIN/SIGNUP PAGE-
SIGNUP SUCCESSFULLYy
ADMIN LOGIN-
P a g e | 18
PROFILE PAGE –
ADMIN PANEL-
P a g e | 19
CONCLUSION