Connect various sensors to the Internet and visualize the data.
Graphs the values measured by sensors such as temperature and humidity.
yarn install
go get -u github.com/labstack/echo
go get -u github.com/go-sql-driver/mysql
go get -u github.com/gocraft/dbr
Debug (Client + Server build & run)
yarn run start
Build
yarn run build
Create table
yarn run db-create
DB migration
yarn run db-up
yarn run db-down
SensorManagementWeb
├─client
│ ├─assets
│ ├─component
│ ├─containers
│ └─modules
├─db
├─provisioning
└─server
├─REST API
├─...
└─...
Copyright (c) 2017 Densan Service Corporation
Released under the MIT license
http://opensource.org/licenses/mit-license.php