Search for favourite airlines and their flight/cancellation data in 2015.
Tool which references kaggle dataset https://www.kaggle.com/datasets/usdot/flight-delays. Data is hosted on SQL on Google Cloud Platform. EAT2015 is a full-stack website which calls GCP API, with a pretty frontend.
To use:
-
- Download Google SDK - https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe (windows)
- Authorize on google-cli https://cloud.google.com/sdk/docs/authorizing
- navigate to base directory "./" and run
pip install -r requirements.txt
- run server by running
python ./backend/app.py
- Make sure that you already have credentials allowed on GCP
- On another terminal (usually vscode), run npm run dev from "./frontend"
Find test output on http://localhost:5173/test