modifying frames api

This commit is contained in:
2019-03-28 19:17:45 +01:00
parent d84ad9e163
commit 1f83f96267
10 changed files with 529 additions and 66 deletions

View File

@@ -44,7 +44,9 @@ If all goes well, we should be able to inspect the database, filled with corpora
### Flask backend (1 container)
Relies heavily on the database. Set that up first.
```bash
# $ make backend=dev # development
$ make python-env
# $ make backend-dev # development
$ make backend-prod
```