kore/examples/generic
Joris Vink 23047d4c2f Rework generic example configuration.
This adjusts the configuration to contain updated routing configs.
2022-01-31 20:44:14 +01:00
..
assets Redo last move, but properly this time 2014-08-03 17:47:29 +02:00
conf Rework generic example configuration. 2022-01-31 20:44:14 +01:00
src Fix a couple of typos in various places. 2020-09-08 13:01:18 +02:00
README.md kore -> kodev where appropriate 2017-03-06 11:00:53 +01: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