/demo-flight_plan

flight plan demo

Primary LanguageJava

Flight Plan API Spring Boot Project

Libraries

  • JPA: mapping, storing, updating and accessing to database.
  • H2: relational database system for java objects.
  • Web: building web application
  • Maven: packaging executable jar or war archives, running Spring Boot application and generate build information.

List Of Abbreviations

  • IATA Code: International Air Transport Association location identifier airport/airline code
  • ICAO Code: International Civil Aviation Organization airport/airline code
  • Arr Port: Arrival airport
  • Dep Port: Departure airport
  • Arr City: Arrival City
  • Dep City: Departure City
  • Est Arr Time: Estimated Arrival Time
  • Est Dep Time: Estimated Departure Time
  • Aircraft type: Boeing or Airbus brand airplane model

Screenshot 2022-05-26 at 23 28 02

DATABASE TABLES

  • H2

Screenshot 2022-05-26 at 23 21 05

  • FLIGHT

Screenshot 2022-05-26 at 23 19 36

  • AIRPORT

Screenshot 2022-05-26 at 23 19 52

  • AIRLINE

Screenshot 2022-05-26 at 23 20 03