Online Bus Reservation System

You might also like

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

INTRODUCTION

This is the Project on the online ticketing system of Simba Coach Buses Company. From the
Experiences using Simba Coach I realised that the company has problems with their ticketing
and scheduling process. This project intends to computerize it's semi computerized ticketing
system to provide Better customer service and as a result providing the easier way of
travelling to the customer or passenger. Bus Ticket Reservation System enables the bus
company's customer to
•1.Buy Bus Ticket
•2.Make payment via a secure channel.
•3.Print the ticket.
•4.Cancel the reservation
•5.ask for more information
PROPOSED SOLUTION
OBJECTIVES
RESEARCH
METHODOLOGY

The waterfall methodology was worthwhile because


This system underwent all the stages of system
this approach produced a complete quality system and
development lifecycle (SDLC). According to the nature of
error-free system since every phase had to be
this system and the data collected, a waterfall
completed before the next one began thus leaving no
methodology was used to develop this system. This
phase unattended. However, according to the data
methodology included the following stages: feasibility
collected on the user requirements, there was a clear
study, requirement analysis and specification design,
understanding of the user requirement hence no doubt
coding, testing, integration then maintenance. Each
on what was to be developed. Similarly, the approach
phase required a different amount of effort, and every
was also less costly since there was no repeating of a
phase had a well-defined starting and point. Every
process once completed and thus minimized wastage of
phase had to be completed before beginning the next
resources as compared to other approaches such as the
stage.
rapid prototyping methods.
• Programming tools

• PHP is a server-side scripting language that allows your Web site to be truly
dynamic. PHP stands for PHP: Hypertext Pre-processors Its flexibility and relatively
small learning curve (especially for programmers who have a background in C, Java,
or Perl) make it one of the most popular scripting languages around.

• Javascript to program the behavior of web pages

• CSS to specify the layout of web pages

• HTML Language
DEVELOPMENT • Hypertext Markup Language (HTML), the standard text-formatting language for
TOOLS documents on the interconnected computing network known as the World Wide Web.
HTML documents are text files that contain two parts: content that is meant to be
rendered on a computer screen; and markup or tags, encoded information that directs
the text format on the screen and is generally hidden from the user. Some tags in an
HTML document determine the way certain text, such as titles, will be formatted.

• Database tools

• For database creation and connection purposes XAMPP was used which also has
PHP MYADMIN for database management and hosting.

You might also like