Skip to content

Commit

Permalink
update README with screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinsam committed Jan 28, 2018
1 parent f4d876a commit f329a11
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# mini-key-server

This web application provides a restful API for your desktop and other applications licensing needs.

### Key View

![key view](etc/KeyView.png)
![key detail](etc/KeyDetail.png)

### Application View

![app view](etc/AppView.png)
![app detail](etc/AppDetail.png)

### API

![cURL](etc/cURLExample.png)

## Requirements

Aside from the python module requirements listed in [requirements.txt](requirements.txt), the following is required:
Expand All @@ -26,3 +42,4 @@ su - postgres
createuser keyserver
createdb -O keyserver keyserver
```

Binary file added etc/AddKey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/AppDetail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/AppView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/KeyDetail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/KeyView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added etc/cURLExample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f329a11

Please sign in to comment.