An open API service indexing awesome lists of open source software.

https://github.com/lac-dcc/hapi-visualizer

Web interface to visualize policies descriptions
https://github.com/lac-dcc/hapi-visualizer

Last synced: 3 months ago
JSON representation

Web interface to visualize policies descriptions

Awesome Lists containing this project

README

          

# hapi-visualizer

with docker
```bash
docker build -t hapi-visualizer .
docker run -p :8080 -d --rm hapi-visualizer
```

without docker
```
/bin/bash build.sh run --from-scratch
```