Skip to content

kirildi/observiote

Repository files navigation

NodeJS

observiote

Simple IoT devices monitoring App

API Information

Application does't support CRUD operations at the moment. The main idea was to monitoring mostly small or hobby IoT devices, which are already added to the database, and they send/store their data via another API service on local(private) server.

Setup

Donwload or checkout the project and firstly run npm install , to fetch the needed packages (check package.json)

To start DEV mode run npm run dev

Edit the config values in .env file, to match your server configuration

To build the project for deployment, run npm build , then move the content of the generated dist folder, in the desired static server root directory, or subdirectory of your server or host provider.

Recommended VS Code Setup

Vue 3 + Typescript + Vite

Or use the plugin: TypeScript Vue Plugin (Volar).

About

Simple IoT devices monitoring App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages