EKONNECT offers a revolutionary software platform that connects data centers with nearby location-based industries, enabling the efficient transfer and utilization of waste heat. By bridging this gap, we create a sustainable and mutually beneficial ecosystem that reduces energy consumption, lowers carbon emissions, and unlocks new revenue streams for both sectors.

notice, you need client and server runs concurrently in different terminal session, in order to make them talk to each other
$ git clone https://github.com/Ethical-Spectacle/04-2024-Hackathon-algorithmic-avengers.git
$ cd 04-2024-Hackathon-algorithmic-avengers
$ yarn # or npm i // npm install packages
$ npm run dev // start server
// next terminal window
$ cd frontend
$ npm start // start client
