Contents:
- A simple nodejs sever for self hosting the dashboards
- Freeboard for designing dashboards (modified)
This repository conatins code from the following projects:
To know more about project: Internet of Your Things
- You should have a working installation of nodejs and npm
- Clone this repository
- Go to the directory and
$ npm install
. This will download the dependencies. - Start server by
$ node server.js *<port_number>*