0 branches
Tree
Top files
Clone with HTTPS:
assets
veb: deprecate x.vweb in favor of veb; checker: show missing variants in the sumtype error
1 year ago
1.66 KB
templates
veb: deprecate x.vweb in favor of veb; checker: show missing variants in the sumtype error
1 year ago
2.23 KB
A simple TODO app using veb
A simple TODO app using veb showcasing how to build a basic web app with veb.
Database
This example uses an sqlite database using the db.sqlite package,
but you can use any database from the db module.
Quick Start
Run from this directory with
v run main.v