Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 479 Bytes

How to use

  1. Clone repositories
git clone https://github.com/JunctionXHackathon/fleet-management
git clone https://github.com/JunctionXHackathon/mqtt-socket-bridge
  1. Run MQTT socket bridge, this is a backend server that acts as a bridge between MQTT and the frontend, since it was not possible to run MQTT directly in the browser
cd mqtt-socket-bridge
npm i
node app.js
  1. Run the frontend server
cd fleet-management
npm i
npm run dev