- directly on the computer: yarn install
- in the docker container: docker-compose run --rm --no-deps backend yarn install
- ip:3100 -> hello there
- ip:3100/query/sensors -> outputs json with all sensor readings
{
"4K": 295.201,
"40K": 296.64
}
{
"4K": 295.201,
"40K": 296.64
}