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

barrett370/ROT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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