A web-app designed to help travelers determine which airlines and/or airports are the most reliable, as well as view all potential delays!
- React
- MySQL
- Google Cloud
- Python
- Ensure GCP Instance is running, and your public IP address is added to the GCP SQL Connections (Connections -> Networking -> Add Network)
- Navigate to
frontend
directory. - In terminal, run
npm i
to install dependencies. - Run
npm run start
to start locally. A tab should open in your browser. - Create another terminal.
- Navigate to
backend
directory. - In terminal, run
npm i
to install dependencies. - Run
node app.js
to start locally.