kore/examples/generic
Joris Vink fcc044af87 change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
..
assets Redo last move, but properly this time 2014-08-03 17:47:29 +02:00
conf change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
src move static assets to use asset_serve_* in generic. 2017-03-08 10:20:53 +01: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