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

https://github.com/schmichael/rediweb

test web api
https://github.com/schmichael/rediweb

Last synced: about 2 months ago
JSON representation

test web api

Awesome Lists containing this project

README

          

# redis web app for testing

To build with Docker:

```
docker build -t schmichael/rediweb:0.1 .
```

To run:

```
docker run -P schmichael/rediweb:0.1
```

To build and run with Go:

```
go get -v -u github.com/schmichael/rediweb
rediweb
```