/iot-tracker-dashboard

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Welcome to iOT Tracker Dashboard 👋

Version License: Kishan Joshi Twitter: robokishan

This is IOT TRACKING DASHBOARD FOR LOW POWER DEVICES. We can also add widgets for home automation projects. I have been adding more protocols into it. Soon it will fully fledged System to operate drones as well from the dashboard without touching the Remote of drone. or any other robots.

Prerequisites

First Deploy iot-backend on machine. You can use Docker to deploy but then you need to edit api server point to gateway of docker environment which is mostly 172.17.0.1

Install

npm install

Usage

npm run start

Docker build

First build Docker image

docker build -t iot-dashboard -f Dockefile .

For development

docker run -d -p 3000:3000 -v $PWD:/usr/src/app --name iot-dashboard -ti iot-dashboard /bin/bash

For Production

docker run --rm -p 3000:3000 --name iot-dashboard -ti iot-dashboard

Author

👤 Kishan Joshi

Show your support

Give a ⭐️ if this project helped you!