/dent

Tiny no-cloud, local SQLite-based application for dentists

Primary LanguageJavaScript

gabinet

Gabinet Spokojny Ząb

This is a tiny webapp (local, no cloud) for dentists that stores data in SQLite.

Written as an excercise during learning Go and Javascript.

Warning

Don't use in production.

How it looks like

Visit with diagram

Running

To run this program, execute: go run main.go aa.db where aa.db is your datbase (SQLite) file.

Todo

  • pagination in tables
  • clickable rows
  • expose color, shape and states for change/definition

Technologies