Project Name: Trade in European countries
Dataset Source
- The dataset is sourced from https://data.europa.eu/data/datasets/df5h9bltm7e3qveehlw4sa?locale=en.
Environment Setup
- Install Flask and Plotly: $ pip install Flask plotly
- Install pytest library for unit tests: $ pip install -U pytest
Useful Commands:
- To run the application from the project folder: $ python app.py
- To run the unit tests from the project folder: $ pytest test_app.py
Note: Ensure the app is not running while running unit tests.