datastackacademy / deb-archive

TuraLabs FREE Data Engineering Bootcamp
Apache License 2.0
3 stars 6 forks source link

Flight stats tabs #18

Closed sarakane closed 3 years ago

sarakane commented 3 years ago

User Stories

As a user, I want flight data to be shown in a tabbed component, so that I don’t need to scroll to see all of the information Currently, flight data is displayed in accordions

AC:

As a user, I want to be able to view aircraft information

AC:

Changes Made

Type of Changes

Type
🐛 Bug Fix
✨ New Feature
🔨 Refactoring
💯 Add tests
🔗 Update dependencies
📜 Docs

Testing Steps / QA Criteria

Set up and run the Flask API

  1. In ch2-flight-search-api/creds add a service account KEY FILE
  2. Run the following command:
    export GOOGLE_APPLICATION_CREDENTIALS="[PATH TO KEY FILE]"
  3. In ch2-flight-search-api install or activate your python virtualenv and install all packages in requirements.txt
  4. Run the following command to start the application:
    python3.7 run.py

    The REST API should now be available on http://localhost:5000

Set up and run the front end

  1. In ch2-flight-search-fontend run npm install to install project dependencies.
  2. Run npm run start to start the application

The application should be available on http://localhost:3000