A flight management software developed for a team project in EIST at TUM
- Enter
./gradlew bootRun
and head tolocalhost:8080
- Click on "Register"
- Enter the flight number: GA4200 (or any other number with the following prefixes: *)
- Register with an arbitrary username and a password: "user" and "pw"
- Login with these credentials
- 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
You might want to open these in a web browser.
- System Design Document
- Requirements Analysis Document
- Front-End Documentation
- Back-End Documentation
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
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
./gradlew clean build