Add Go server with POST LDR to Sqlite3 and GET graphs of historic data

This commit is contained in:
2025-06-16 20:58:46 +02:00
parent a780ffc918
commit 7599b3f652
7 changed files with 445 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module chickencoop
go 1.24.4
require github.com/mattn/go-sqlite3 v1.14.28