This will start a development web server hosting your application, which you will be able to see by navigating to http://127.0.0.1:5000/.
# Update the charts
Currently the app only use the helm charts stored in /charts. They are updated at deployment via the Dockerfile.
To update them use `/pull-charts.sh`. The source is <https://gitlab.switch.ch/memoriav/memobase-2020/services/import-process/import-process-cli/-/blob/master/afz/becker/pull-charts.sh>
# Run tests
The tests work locally if you have a connection to a kubernetes cluster, i.e. kubectl is configured. To run the tests, from the root directory, run `pytest`. It is not possible to run them in gitlab yet.
# Force code-style checking before committing
Done with pre-commits and flake8 : <https://flake8.pycqa.org/en/latest/user/using-hooks.html#>