1
0
mirror of https://git.kore.io/kore.git synced 2024-11-16 06:56:33 +01:00
kore/examples/generic
2020-09-08 13:01:18 +02:00
..
assets
conf
src Fix a couple of typos in various places. 2020-09-08 13:01:18 +02:00
README.md

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