Skip to content

An Airline Reservation System that uses Spring Boot for Server side,

Notifications You must be signed in to change notification settings

kanastasov/AirlineReservationSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

AirlineReservationSystem

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

login

Here we can see our Register page: with authenticaion of the required fields:

Register

Here we can see our Home page: where we can see our customers and some of their properties

home

Here we can see our Pdf Generation functions: which is taking the data from the database and is generating pdf reports

pdfgenerate

Here we can see our Flight page: with data for the flight from the database

flight

Here we can see our Airplanes page: with data for the airplanes from the database

airplanes

Here we can see our American Airlines page: with joined tables data from the database

Americanairlines

Here we can see our Profile page:

Profile

Here we can see our Forbidden page: when there is no rights or wrong ulr

Forbidden

About

An Airline Reservation System that uses Spring Boot for Server side,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published