amql-repl 0.0.0-alpha.0

Web REPL playground for AQL annotation queries
# amql-repl

> Web REPL playground server for AQL

## Role

- HTTP server serving the [amql-repl-ui]../amql-repl-ui frontend
- Exposes annotation query endpoints over REST
- Thin shim over [amql-engine]../amql-engine

## Getting Started

```sh
cargo run -p amql-repl
# Open http://localhost:3000
```

## License

[MIT](../../LICENSE)