You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Airline Reservation System that uses
Spring Boot: Server side,
Docker: Containerising,
MySql: Relational DB,
Swagger: API documentation,
Thymeleaf: Server side templating engine
Spring Security, Spring MVC
You can start the application by Docker or
you can also start the application with spring boot
(need to
create database airlinereservationsystem;
use airlinereservationsystem in mysql)
before run the main class(AirlineReservationSystemApplication)
as java application.
Here we can see our Login Page: where the users need to authenticate from our database
Here we can see our Register page: with authenticaion of the required fields:
Here we can see our Home page: where we can see our customers and some of their properties
Here we can see our Pdf Generation functions: which is taking the data from the database and is generating pdf reports
Here we can see our Flight page: with data for the flight from the database
Here we can see our Airplanes page: with data for the airplanes from the database
Here we can see our American Airlines page: with joined tables data from the database
Here we can see our Profile page:
Here we can see our Forbidden page: when there is no rights or wrong ulr
About
An Airline Reservation System that uses Spring Boot for Server side,