A simple TODO app using veb showcasing how to build a basic web app with veb.
veb
This example uses an sqlite database using the db.sqlite package, but you can use any database from the db module.
db.sqlite
db
Run from this directory with
v run main.v