Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 17

ONLINE CAR RENTAL

SYSTEM

NAME : ABINESH.B
UNDER THE GUIDENCE OF
DR.P..RADHA REG NO : 21BIT213
AGENDA

• INTRODUCTION
• EXISTING SYSTEM
• PRPOSED SYSTEM
• REQUIREMENTS
• DATA FLOW DIAGRAM
• ER DIGRAM
• TABLE DESIGN
INTRODUCTION
• Nowadays, there is Online Car Rental which gives much benefit to user. A
rental is a service which customers arrive to request the hire of a rental unit. It
is more convenient than carrying the cost of owning and maintain the unit. A
car rental is a company that rent automobiles for short period of time for a fee
for few hours or a few days or a week.
• It helps to book the cars or vehicles online rather than using the traditional
manual system of vehicle reservation. This eliminates the risk of erroneous
booking and reduce overall lead time and ensures growth in customer
satisfaction. They can book any car according to their brands and price.
EXISTING CAR RENTAL SYSTEM

• Car Rental System service will help users to book a car for
some fee specified. Till now there was no clear web based UI to
help the users to rent the vehicle. They had to manually rent the
vehicle through their offices. It was a difficult task to manage
rental vehicles. Keeping track of all the rental cars was a
problem.
PROPOSED SYSTEM
• This Car Rental System project will enable the user to rent a vehicle. The
user shall login to the system and check for availability of cars. The user
specifies a type of car and the journey date and time. The Car Rental
System shall check for the availability of the car and rent the car to the
customer. The user can make payment online. All the data regarding the
rental cars are stored in MySQL database. The user has to enter his name,
address, phone details and check for the cars available for rent. The UI is
very simple and the connectivity to back end is PHP. The main advantage
is that the user shall be able to choose a car depending on his budget.
REQUIREMENTS
SOFTWARE REQUIRMENTS
 SYSTEM SOFTWARE : XAMPP
 PROGRAMMING LANGUAGE :
FRONT END : HTML,CSS,JAVASCRIPT
CODING USED : PHP
DATABASE :MY SQL
HARDWARE REQUIREMENTS
 PROCESSOR :INTEL(i3)
 RAM : 4GB
 WINDOWS 8,10,11
DATA FLOW DIAGRAM

Above Data Flow Diagram, explains the overall structure of the system. It shows how
and what types of services the client chooses and the amount of admin interaction in it.
ER DIGRAM
v
TABLE DESIGN

Admin
Fields Data type Constraints

Id(pk) Varchar(20) Not null


username int(20) Not null
Password Varchar(20) Not null
update date timestamp Not null
tbluser
Fields Data type Constraints

id(pk) int(20) Not null

Name Varchar(20) Not null


Mobile_no int(20) Not null
Address varchar(50) Not null
Password Varchar(20) Not null
Country varchar(20) Not null
Email varchar (50) Not null
tblvehicles
Fields Data type Constraints

id(pk) int(20) Not null


user_id int(20) Not null
vehilces title varchar(50) Null
vehicle brand Varchar(11) Not null
PricePerDay varchar(20) Not null
RegDate timestramp Not null
UpdationDate timestramp Null
tblbooking

Fields Data type Constraints

id(pk) int(20) Not null


user email varchar(50) null
vehicleId int(11) null
from date date null
ToDate date null
message varchar (250) null
Status int(11) null
tblconfirmation
Fields data type constraints

id(pk) int(20) not null

Booking_Id int(5) null

confirm int(1) null

date_confirmed date null


FORMS SNAP
LOGIN PAGE
SIGN UP PAGE
THANK YOU!

You might also like