This repository contains the code for a meter usage application consisting of a server and a client component.
Follow these steps to set up and run the application:
python3 -m venv venv
On Windows:
venv\Scripts\activate
On Unix or MacOS:
source venv/bin/activate
pip install -r requirements.txt
cd spectralEnergy/grpc_server/
python meterusage_server.py
cd spectralEnergy/flask_client/
python app.py
Browse localhost:5000