Go test App

Zum Kompilieren folgende Go-Abhängigkeiten installieren:

  • go get github.com/gorilla/mux
  • go get github.com/boombuler/barcode
  • go get github.com/boombuler/barcode/qr
  • go get github.com/disintegration/imaging

Kompilieren mit: go build main.go

API-Endpunkte:

Konfiguration
Die Konfiguration erfolgt in der Datei config.json, z.B:

{
    "Host":"http://127.0.0.1",
    "Port":"8000",
    "IMGPath":"C:\\Fotos"
}
Description
No description provided
Readme 256 KiB
Languages
Go 60.3%
HTML 39.7%