https://github.com/nate0h/onlinetravelreservationsystem
Online Air Travel Reservation System.
https://github.com/nate0h/onlinetravelreservationsystem
Last synced: 3 months ago
JSON representation
Online Air Travel Reservation System.
- Host: GitHub
- URL: https://github.com/nate0h/onlinetravelreservationsystem
- Owner: Nate0h
- Created: 2022-02-04T04:40:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T18:53:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T11:16:53.326Z (5 months ago)
- Language: Java
- Homepage:
- Size: 938 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OnlineTravelReservationSystem - CS336
Customer Representative Functionality of the Online Travel Reservation System.
In this project, you will design and implement a relational database system to support the operations of an online travel reservation system. You will use HTML for the user interface, MySQL for the database server, and Java, JDBC for connectivity between the user interface and the database server. You will have to install your own web server that will host your web application (Tomcat) as well as a MySQL server.
Customer-Representative-Level Functionality:
Customer Representatives should be thought of as reservation agents and should be able to:
Make flight reservations on behalf of users
Edit flight reservations for a customer
Reply to user’s questions
Add, Edit, Delete information for aircrafts, airports and flights
Retrieve a list of all the passengers who are on the waiting list of a particular flight
Produce a list of all flights for a given airport (departing and arriving flights)