This app is made as a school project to learn the Windows platform. The task was to create an application that can be used on a plane flight.
As a passenger, you can watch movies, listen to music, order food, look up the weather of your destination and chat with your travel companions.
As a personnel member, you can message the passengers, handle their orders, change their seats and issue discounts on various products.
Name: Gent_T1
Members: Mout Pessemier, Jef Malfliet and Nante Vermeulen
- Clone repo
- Start up API service
- Run frontend
You can log in as a passenger or as personnel:
Log in with:
- Firstname: k
- Lastname: k
- Seatnumber: x25
Log in with:
- Firstname: Mout
- Lastname: Pessemier
- Seatnumber: x4
Log in with:
- Firstname: Nante
- Lastname: Vermeulen
- Seatnumber: x3
or log in with:
- Firstname: Jef
- Lastname: Malfliet
- Seatnumber: x2
Log in with:
- Firstname: Indy
- Lastname: Van Canegem
- Seatnumber: x5
Log in with:
- Firstname: Bram
- Lastname: Van Overbeke
- Seatnumber: x6
or log in with:
- Firstname: Robbe
- Lastname: Van De Vyver
- Seatnumber: x7
Switch over to a personnel account and log in with:
- Email: [email protected]
- Password: Piloot123!
The Weather API has a limit of 100 request per day
If the weather API credentials are expired:
- Visit: https://www.meteomatics.com/en/eshop/
- Make a new account
- Change the variables in App.xaml to your new credentials
If weather api credentails are not expired but it still doesn't work:
- It's possible that an antivirus pops up a Firewall Alert that says: Flight__n_Bite does not have a valid digital signature.
- You can ignore this or click 'ok', DO NOT CHANGE SOMETHING IN THIS POP-UP WINDOW.
- The weather api won't work if it's not allowed by your firewall.
Made by Mout Pessemier, Jef Malfliet and Nante Vermeulen