During Hackademia 2018, the team attempted to build an applicance manager that would show statistics, or any other data of household appliances connected to the internet.
This project is archived. No further project contributions will be made.
cd frontend
npm install
npm run serve
cd backend
pip install -r requirements.txt
python backend.py