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

https://github.com/rnburn/authz-service


https://github.com/rnburn/authz-service

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# authz-service

## Spin up docker container with build environment
```
./ci/run_docker.sh
```

## Build
```
go build
```

## Test
```
./test/integration/integration_test.sh
```