Before initializing you will need MongoDB database and MQTT broker.
Turing on:
- Enter "backend" directory and type "yarn install".
- Enter "frontend" directory and type "yarn install".
- Make sure your MongoDB database and MQTT broker are on.
- Initialize server infrastructure by typing: "node backend/src/index.js".
- Enter "frontend" directory and type "yarn start".