v2 / examples / veb / todo / README.md
15 lines · 10 sloc · 315 bytes · 4fa8167abbaced0ea99afe662c6ee3a2e2700f40
Raw

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