add README

This commit is contained in:
Joris Vink 2017-02-06 11:52:24 +01:00
parent 0bf36b763a
commit 9f3046bae7
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
Kore pgsql python module example.
This application requires kore to be built with PYTHON=1 PGSQL=1.
Run:
```
$ kore run
```
Test:
```
$ curl -k https://127.0.0.1:8888
$ curl -k https://127.0.0.1:8888/hello
$ curl -k https://127.0.0.1:8888/slow
```