https://github.com/schmichael/rediweb
test web api
https://github.com/schmichael/rediweb
Last synced: about 2 months ago
JSON representation
test web api
- Host: GitHub
- URL: https://github.com/schmichael/rediweb
- Owner: schmichael
- License: unlicense
- Created: 2019-05-16T21:46:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T22:25:20.000Z (about 7 years ago)
- Last Synced: 2023-03-10T19:39:29.080Z (about 3 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```