A small flight Ticket booking demo project with Admin panel in JAVA
The home page displays the application name (FlyAway) and two options - Book Flights and Admin Panel Access
Book Flights -
The user enters flight details (date, source, destination, travellers). A query is sent to the remote database to fetch related flights and displayed to user. The User enters other details and proceeds to book the flight and finally can print the ticket.
Admin -
User can register as Admin. Admin dashboard is accessed by logging in as admin . Admin can do the followings :
* add a flight
* see master-flight-list
* change password after logging in
* find the booking history with customer details
* logout
Frontend - JSP, HTML, CSS, Bootstrap
Backend - JAVA Servlets
Session Management - Http Session
Database - MySQL , Hibernate - Hosted on a remote server at AWS EC2
Application Server - Tomcat 8.5 with Corretto 18 running on 64bit Ubuntu 22.04 on AWS EC2
Application is hosted here - http://13.234.84.77:8080/FlyAway/index.html
To run in your localhost - Clone into local and run project on tomcat server. If any issue check artifact is build properly. also check the database config and java version
Check screenshots for tomcat configuration
To deploy on a server use FlyAway.war file.
- Form/Input Validation
- Better CSS/Frontend Styles
- Customer authentication
- Admin defined Airports and many more