tested db, fill, backend

This commit is contained in:
2019-03-23 20:27:23 +01:00
parent 7645c8724d
commit 8c6d6ab8ab
8 changed files with 32 additions and 346 deletions

View File

@@ -5,13 +5,15 @@ Required submodules:
```bash
$ git submodule init
$ git submodule update
```
## Components
### Database (2 containers)
Spin up the database service and create users:
Set db admin, user, pass, etc in Makefile.
Spin up the database service and create users:
```bash
# $ make database-clean # opt
$ make database-service
@@ -33,7 +35,7 @@ $ make python-env
$ make python-env-install
# run the code
$ make fill_database
$ make fill-database
```
If all goes well, we should be able to inspect the database on `0.0.0.0:8087`.