kore/examples/generic/README.md

12 lines
220 B
Markdown
Raw Normal View History

2014-08-03 21:44:14 +02:00
Generic Kore application that shows off a few things:
* File uploads (/upload)
* Authentication blocks (/private)
* base64 encoding tests (/b64test)
* Parameter validator tests (/params-test)
Run:
```
2017-03-06 11:00:53 +01:00
# kodev run
2014-08-03 21:44:14 +02:00
```