Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 514 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 514 Bytes

Server Backend Home IoT

Backend Server in home IoT using NodeJs and ExpressJs

This repo is how to:

  1. Mangagement user, home, room
  2. Mangagement device, device type, control device, get state device
  3. Authentication
  4. Send notification

How to use:

Build

1. Clone Project

> git clone https://github.com/xd3011/IoT_BackEnd_Server

2. Install packet

> npm install <-----> npm i

Run

1. Run In Dev

> npm run dev

2. Run In Production

> npm start