# 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 ```bash v run main.v ```