Skip to content

Simple information system for airline where you can store information about planes, flights, repairs and users.

Notifications You must be signed in to change notification settings

matousek11/airline-information-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airline information system

name

Table of content

Installation

  1. Fill in env based on .env.example
  2. mvn clean install
  3. mvn spring-boot:run Can be used FOR SIMULATION FLIGHTS ONLY!

Specification

system roles:

  • admin
  • planner
  • pilot
  • flight attendant(FA)
  • technician

system can:

  • save planes in airline
  • save staff names and their roles
  • admin
    • can add pilots, flight attendants and technicians
  • planner
    • can add new flights
  • pilot briefing
    • loged in pilot can look at his flights
    • check metar at airports
    • see flight plan
  • FA
    • can see gate and departure time(same for arrival)
  • technician
    • can log aircraft repair

Tech stack:

  • Java Spring Boot
  • Thymeleaf

Used api:

About

Simple information system for airline where you can store information about planes, flights, repairs and users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published