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
- Host: GitHub
- URL: https://github.com/mhkamel/govtech
- Owner: MHKamel
- License: gpl-3.0
- Created: 2024-06-01T18:33:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T21:18:54.000Z (11 months ago)
- Last Synced: 2024-07-04T03:07:47.575Z (11 months ago)
- Language: HTML
- Size: 603 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 pytestUseful Commands:
* To run the application from the project folder: $ python app.py
* To run the unit tests from the project folder: $ pytest test_app.pyNote: Ensure the app is not running while running unit tests.