To exectute the backend code, you need to have the following libraries installed: HOLA
- gpiozero
- rpi-lgpio
- ina219
- azure-iot-device
- flask
Run the following command to start the backend server:
cd Backend && python3 main.py
The frontend is built using Dart and Flutter. Use any IDE that supports Flutter to run the frontend code.