Initial commit: Breadcrumb GPS trip viewer

Go server receiving Colota location data into SQLite, with a trip-segmentation
API and embedded web frontend for browsing trips on a map.
This commit is contained in:
Astra 2026-06-03 19:34:08 +01:00
commit c41a2c5411
6 changed files with 1268 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/breadcrumb
go 1.22
require github.com/mattn/go-sqlite3 v1.14.22