Local Airline Route Dashboard
-
go to /data
-
run /data/schema.sql in your postgres client to initialise the database.
-
in /data create a file called .env and setup the following varaibles based on your postgres setup:
DB_HOST=localhost
DB_USER=[postgres username]
DB_PASS=[postgress password]
DB_NAME=localairlineroutes
-
run /data/processing.py to populate the database. This takes a while, may take up to an hour or hour and a half.