Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 467 Bytes

RoT: Room Occupancy Tracking

Setup

To build and run the go web server:

  1. cd into ./server and run go mod download to install dependencies. Or, alternatively to install go and node deps together from the toplevel run sudo make deps
  2. return to the toplevel dir
  3. create a file .env and add INFLUX_READ_TOKEN and an approprite token to the file
  4. run make build-server to compile a binary to ./bin or make server to build and run the binary