Just a tool for finding info about airports by searching its IATA code.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For lazyness, there's a database in the project.
You'll need python (version 2.7 is the original of the project) and pip installed.
virtualenv [foldername]
If you're using windows you may have to use this instead
python -m virtualenv [foldername]
source [virtualenv foldername]/bin/activate
On windows:
[virtualenv foldername]/Scripts/activate
pip install -r requirements.txt
FLASK_APPas the app nameFLASK_ENVas development
If it's all setup run the command from the project path:
flask run
Go with the regular flask db init, flask db migrate, flask db upgrade.
The folder nth has a script to populate the app airports table from a csv.