Skip to content

Ratul-byte/Database-Project-Online-Flight-Reservation-CSE370

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Flight Reservation

Hello, Everyone, This is small project I worked in our university database course. I have created this project using basic sql commands with help of YouTube, GitHub, StackOverflow and various other free online sources.

Group Members:

Md. Ratul Mushfique | Sadman Safiur Rahman | Hafsa Tahsin | Raida Mobashshira Tahsin

This site features:

Admin Panel:

  • Admin Log-in Dashboard
  • Homepage To Differentiate From Admin To User
  • Adding Flight Schedules
  • Showing Booked Flights & Booking Information Of Passengers
  • Modifying Flight Schedules
  • Deleting Flight Schedules

User Panel:

  • User Sign-up Dashboard
  • User Log-in Dashboard
  • Homepage To differentiate from User To Admin (**Also has indication if any user is logged in or not)
  • Searching Option For User To Find Available Flights
  • Booking Flight Tickets
  • Canceling Flight Tickets
  • Showing All Flights Booked By A Unique User

Languages used for this project are:

  • HTML
  • CSS
  • MySQL

P.S. : All the codes in the files are combined of all three languages except the signout handler

Login Info:

Admin Panel:

ID: admin

Password: admin

User Panel:

ID: email address of your choice

Password: password of your choice

Also created access to a certain 'brands' website, which we took inspiration from to create the name of this website (Click the logo to go to the link)

Screenshots

Original Homepage

og_homepage

User Login

user_login

Homepage After Login

homepageAfterLogIN

Add Flight

addFlight

Admin Dashboard

admindashboard

Admin Login

adminLogin

Book Tickets

book_tickets2

Booked Flights

booked_flights

Cancel Flights

cancel_flights

Delete Flight

deleteFlight

Flight Schedule (Admin)

flightScheduleAdmin

Payment

payment

User Registration

register

Modify Flight

modifyFlight

Show Flight Bookings

showFLightBookings