/lr-server

LiveRecord server app

Primary LanguageGo

lrserver

LiveRecord server app

Configure

Add to .env

MYSQL_DSN=root:123@tcp(127.0.0.1:3306)/liveRecord?charset=utf8&parseTime=True
DOCUMENT_ROOT=/Users/zoonman/Projects/www/liverecord/client/dist
LISTEN_ADDR=:8000
DEBUG=true

Assemble and run

go get
go build
./server