0% found this document useful (0 votes)
14 views

Synapsis

Uploaded by

abhishekabhi1958
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Synapsis

Uploaded by

abhishekabhi1958
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Bangalore Institute of Technology

K.R. ROAD,BENGALURU-560004.

Department of Computer Science and Engineering

DBMS Mini Project Synopsis


On
CAR RENTAL DATABASE MANAGEMENT SYSTEM

USN NAME BATCH PHONE NO E-MAIL


1BI18CS408 HARISH.N A4 9164840612 [email protected]
1BI18CS418 MANOJ M.B A4 8792060332 Manojmanu7616@gmailcom

Problem Domain: CAR RENTAL SYSTEM


Lab in-charges: Prathima M.G Assistant Professor
Thejashwini P.S Assistant Professor
11th-oct-2019
2019-2020
-----------------------------------------------------
Accepted :
To be Modified :
Rejected :

Signature of the Lab in-Charges


PROBLEM STATEMENT

• Vehicle hiring system is a web-based application designed to provide the user with
an easy way to hire cars.
• The customer has to choose the vehicle of his choice, the location where he wants
to board the vehicle and pay for the rental online.
• Vehicle hiring system is a web application which includes an end user i.e., a
customer in which they can make a reservation and view other related information
about their reservation.
• The administrator has all authorities to change and manage the system such as
adding a new vehicle, removing and updating any related information about the
vehicle and keeping track of all vehicle reservations.

EXISTING SYSTEM

• The current system does not have wide ranges of vehicles available.
• The customers do not have the facility to give feedback.
• Description of vehicles is less

PROPOSED SYSTEM

• Feedbacks and reviews from the users can be taken.


• A detailed information about the vehicle is available.
• Notification on timings and pickups is available.
FRONT END DETAILS
PHP

• Php is widely used open Source general-purpose scripting language that is especially suited for web
development and can be embedded into html.
• Php usually to create dynamic web page content or dynamic images used on websites.

JAVASCRIPT

• java script is a dynamic computer programming language.


• It is a lightweight and most commonly used as a part of web pages, whose implementations allow client-
side script to interact with the user and make dynamic pages.

HTML CSS

• Html provides the basic structures of sites, which is enhanced and modified by other technologies like
CSS and java script
• CSS is used to control presentation, formatting layout.

WAMPSERVER

• WampServer is a web development platform on windows that allows you to create dynamic web
applications with Apache2, PHP, MySQL and MariaDB.
• WampServer automatically installs everything you need to intuitively develop web applications.

BACK END DETAILS


MySQL SERVER 5.7.8 1

• MySQL is free and open-source software under the terms of the GNU general public
license.
• MySQL is a component of the LAMP web application software stack (and others), which
is an acronym for Linux, apache, MySQL, Perl/PHP
• MySQL is used by many database-driven web applications, including Drupal, Joomla,
phpDB.
• MySQL is also used by many popular websites, including facebook, flickr, twitter, etc
MODULE DESCRIPTION

ADMIN MODULE:
• This module enables the user to Login.
• Admin can view/edit/delete vehicle and driver details.
• Admin has authority to view transaction details of the users.

CUSTOMER MODULE :
• This module enables the user to Login/ Register.
• view vehicle details and hire vehicle and perform the transaction.

MAINTENANCE MODULE:
• Maintenance manager is one of the users in the system.
• The main functionalities of this manager are to add vehicles, drivers and vendors of the vehicles.
• The Maintenance manager is responsible for the Spare parts billing, registering the vehicles,
drivers to the vehicles, mostly the vendor details and date of purchase of vehicles.
• These details provide Manager whether the cabs are providing profit or loss.
• Maintenance manager is one of the users in the system.
• The main functionalities of this manager are to add vehicles, drivers and vendors of the vehicles.
• The Maintenance manager is responsible for the Spare parts billing, registering the vehicles,
drivers to the vehicles, mostly the vendor details and date of purchase of vehicles.
• These details provide Manager whether the cabs are providing profit or loss.

QUALITY ASSURANCE MODULE


• He is responsible for the Maintaining the Quality in the transportation, to provide Quality.
• He checks the performance by maintaining the feedbacks from customer and the accident details
of the Car.

APPLICATIONS

• Car rental system application is based on a concept to book car and taxi online.
• Here at first the user has to login or sign up to get access.
• Then the user can list, search for cars according to their needs. check cars according to their
needs.
• The user can filter search or sort by price and book easily with the help of various payment
methods.
Admin
Admin_id Name Email_id Password

Vehicle
Vehicle_id Vehicle_no Vehicle_name Rate Seat

Customer
C_id Name Email Address Mobile_no password

Feed back
F_id Message c_id Emil

Book
Book_no Vehicle_id From_date To_date

Bill
Bill_no Book_no Total_amt Book_date End_date

Login
Admin_user_id password

ER TO REALTIONAL MAPPING
PASSWORD FID
NAME MSG

1 GIVES N CUSTID
CUSTOMER FEEDBACK

EMAIL
SEX VEHICL ID BOOK
ID
PHONE

CID
N M BOOKING
N BOOK
N
VIEW

FROMDATE
LASTDATE

VIEWS 1
ADMIN PSWD
VEHICLE-ID

M
VEHCL-NO
N ADD 1 ADMINSTARATOR
VEHICLE VEHICL

VEHCL-NAME
1
NOOFSEAT
RATE GENERATE

BILL

BILL-NO

BOOK-ID TOTAL
AMT

E R DIAGRAM

You might also like