.. | ||
conf_files | ||
app.py | ||
build_app_index.py | ||
db_config.py | ||
entrypoint.sh | ||
get_sentence_ids.py | ||
Makefile | ||
README.md |
backend
Using Flask mycroframework.
Entrypoint: app.py
Depends on packages form ../pkg
.
Environment
From git root, run make python-env
.
Inside the container, run backend-dev
to install our packages and run the app in debug mode.