To build and run the go web server:
- cd into
./server
and rungo mod download
to install dependencies. Or, alternatively to install go and node deps together from the toplevel runsudo make deps
- return to the toplevel dir
- create a file
.env
and addINFLUX_READ_TOKEN
and an approprite token to the file - run
make build-server
to compile a binary to./bin
ormake server
to build and run the binary