Skip to content

4saito5/sensor-management-web

Repository files navigation

Sensor management Web

Connect various sensors to the Internet and visualize the data.

Description

Graphs the values measured by sensors such as temperature and humidity.

Install

yarn install

Installing the golang library

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

http://localhost:4444/

Build

yarn run build

Create table

yarn run db-create

DB migration

yarn run db-up
yarn run db-down

Directory structure

SensorManagementWeb
├─client
│  ├─assets
│  ├─component
│  ├─containers
│  └─modules
├─db
├─provisioning
└─server
    ├─REST API
    ├─...
    └─...

license

Copyright (c) 2017 Densan Service Corporation
Released under the MIT license
http://opensource.org/licenses/mit-license.php

About

TypeScript, React, Redux, golang, echo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published