This repository hosts the backend v2 infrastructure of the Energify project.
This new version improves the speed of meters measures using web sockets instead of HTTP for communication. We also replaced the MySQL database with MongoDB. So that horizontal scaling is easier.
- NodeJS 14.X
git clone https://github.com/energify/energify-backend-v2
cd energify-backend && npm install
npm run start:dev