To create and populate the database, make sure that all sql files and the format_table.sh file within the database folder is located in the lion directory of your VM. Then in your terminal run the command:
sh ./format_tables.sh
To run the application on a web browser, make sure your directory is within the project files and simply execute:
export FLASK_APP=app.py
flask run
# then browse to http://127.0.0.1:5000/
To use: Decide wether you would like to see data from municipalities in a county or a specific municipality and hit the sumbit button.


