File: README.md

package info (click to toggle)
kore 4.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,912 kB
  • sloc: ansic: 29,227; makefile: 344; sh: 278; python: 149; cpp: 34
file content (11 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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:
```
	# kodev run
```