Moved the webapp to a webpack with some typescript, updated server wtih new endpoints

This commit is contained in:
Daniel Ledda
2020-11-14 01:06:29 +01:00
parent 6dba158ff0
commit 4e57a8eb47
21 changed files with 11118 additions and 20964 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module djledda.de/ledda/climate-server
go 1.15
require (
github.com/Freeaqingme/golang-sql-driver-mysql v1.0.3
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.1
github.com/warthog618/gpio v1.0.0 // indirect
)