An open API service indexing awesome lists of open source software.

https://github.com/mhkamel/govtech

M604A Advanced Programming Project
https://github.com/mhkamel/govtech

Last synced: about 2 months ago
JSON representation

M604A Advanced Programming Project

Awesome Lists containing this project

README

        

# govtech

Project Name: Trade in European countries

Dataset Source
* The dataset is sourced from https://data.europa.eu/data/datasets/df5h9bltm7e3qveehlw4sa?locale=en.

Environment Setup
1. Install Flask and Plotly: $ pip install Flask plotly
2. 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.