# 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)