Skip to content

A flight management software developed for a team project in EIST at TUM

Notifications You must be signed in to change notification settings

jerrydix/eist-project

Repository files navigation

Flight System (Scrumbags)

A flight management software developed for a team project in EIST at TUM

For Users

How to

  1. Enter ./gradlew bootRun and head to localhost:8080
  2. Click on "Register"
  3. Enter the flight number: GA4200 (or any other number with the following prefixes: *)
  4. Register with an arbitrary username and a password: "user" and "pw"
  5. Login with these credentials
  6. Enjoy!

Note: When searching for flights, make sure to use following format for the city search:
<city name> (<city iata>)
When searching for cities, suggestions with this format should come up,
which one can use to autofill the city name.

*TU, PP, XA, KR, LS, AH, CA, SC, CR, OC, OF, GA, PW

Read the Docs

You might want to open these in a web browser.

For Developers

Recommended IDE for Front-End Development

VSCode + Volar

Start the Front-End Development Server

This has hot-reload capabilities but does not start the Spring Boot backend.

./gradlew npm_run_dev

open a web browser and visit localhost:3000

Lint JavaScript with ESLint

./gradlew npm_run_lint

View the Production Build

This starts both the server and client applications but does not have hot-reload capabilities.

./gradlew bootRun

open a web browser and visit localhost:8080

Compile the JAR file

./gradlew clean build

About

A flight management software developed for a team project in EIST at TUM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published