diff --git a/README.md b/README.md index 288ce57..258714c 100644 --- a/README.md +++ b/README.md @@ -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: @@ -26,3 +42,4 @@ su - postgres createuser keyserver createdb -O keyserver keyserver ``` + diff --git a/etc/AddKey.png b/etc/AddKey.png new file mode 100644 index 0000000..e2a6628 Binary files /dev/null and b/etc/AddKey.png differ diff --git a/etc/AppDetail.png b/etc/AppDetail.png new file mode 100644 index 0000000..3b93282 Binary files /dev/null and b/etc/AppDetail.png differ diff --git a/etc/AppView.png b/etc/AppView.png new file mode 100644 index 0000000..105d426 Binary files /dev/null and b/etc/AppView.png differ diff --git a/etc/KeyDetail.png b/etc/KeyDetail.png new file mode 100644 index 0000000..a95dc21 Binary files /dev/null and b/etc/KeyDetail.png differ diff --git a/etc/KeyView.png b/etc/KeyView.png new file mode 100644 index 0000000..c696bcd Binary files /dev/null and b/etc/KeyView.png differ diff --git a/etc/cURLExample.png b/etc/cURLExample.png new file mode 100644 index 0000000..8967e1d Binary files /dev/null and b/etc/cURLExample.png differ