cjvt-valency/src/backend_flask/README.md

12 lines
253 B
Markdown
Raw Normal View History

2019-03-22 13:50:47 +00: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.