Add new code for battery validation, updated probe node code added base read me

This commit is contained in:
programmingPug
2025-01-15 16:49:52 -05:00
parent f65ead854c
commit b015187916
28 changed files with 50671 additions and 413 deletions

9
README.txt Normal file
View File

@@ -0,0 +1,9 @@
building and deploying:
docker build -t houseplant-client:latest .
docker image tag houseplant-client 192.168.1.193:5000/houseplant-client
docker push 192.168.1.193:5000/houseplant-client
docker build --no-cache -t houseplant-api:latest .
docker image tag houseplant-api 192.168.1.193:5000/houseplant-api
docker push 192.168.1.193:5000/houseplant-api