cjvt-valency/src/backend_flask
2020-09-15 14:08:16 +02:00
..
conf_files docker stack commands 2019-05-05 15:50:48 +02:00
app.py First commit on scripts branch 2020-09-15 14:08:16 +02:00
build_app_index.py First commit on scripts branch 2020-09-15 14:08:16 +02:00
db_config.py First commit on scripts branch 2020-09-15 14:08:16 +02:00
entrypoint.sh docker stack commands 2019-05-05 15:50:48 +02:00
get_sentence_ids.py First commit on scripts branch 2020-09-15 14:08:16 +02:00
Makefile css fix, preparing prod 2019-05-04 18:12:05 +02:00
README.md backend env dockerfile 2019-03-22 14:50:47 +01:00

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.