Project to allow students at UNISA Residences to not have to be physically in the washing machines room to know if a given machine is occupied or not.
Also provide a way to make reservation for a given machine, authorize the person that reserved a given machine through QR Codes and a platform management so building manager can support how is currently working.
- Build Image:
docker build -t washing_machines_iot_server_64 . --platform linux/amd64
- Export it to a given folder:
docker save -o washing_machines_64.tar washing_machines_iot_server_64
-
poetry run uvicorn main:app --reload --host 0.0.0.0 --port 8000
-
If behind a proxy server as in Portainer:
poetry run uvicorn main:app --reload --host 0.0.0.0 --port 8000 --proxy-headers