0 branches
Tree Top files
Code
Clone with HTTPS:
56 years ago
..

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