Add honeycomb to backend

This commit is contained in:
Dave Gallant
2022-11-05 17:34:25 -04:00
parent cfbd2506d2
commit 888442db9b
8 changed files with 578 additions and 1 deletions

View File

@@ -19,3 +19,15 @@ In another pane/tab, run:
```sh
make frontend
```
## Honeycomb
Ensure that an .env is filled in with appropriate values.
See [example.env](./example.env).
## Docker Compose
```sh
make up
```