lgahdl / industry-logger-backend

Industry Logger Backend is the Backend part of a project to help industries improve their security and profit by monitoring their machines using IoT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Industry Logger Admin Frontend

General

What?

Industry Logger is a software to receive and translate Industrial PLC binary code to be watched anytime, anywhere.`

How?

With a Raspberry Pi connected via ModBus to the PLC, the raw information(binary) can be sent to our Nest.js Server.

About this project

The Industry Logger Backend manage to store technical information provided on Admin Frontend, translate into relevant information, and provide this data anywhere to a mobile app.

Developer

Requirements

To run this project you will need:

Steps:

The steps to run this project are:

  • Go to the root folder, .../industry-logger-backend
  • Run npm install or yarn install.
  • Run npm start:dev or yarn start:dev.
  • Have fun!

Important Libraries

The libraries that are important for this project are:

  • Nest.js
  • TypeORM
  • Knex
  • Lodash

About

Industry Logger Backend is the Backend part of a project to help industries improve their security and profit by monitoring their machines using IoT


Languages

Language:TypeScript 97.7%Language:JavaScript 1.8%Language:Dockerfile 0.3%Language:Shell 0.2%