- Download node_modules
npm i
- If have any errors:
npm install -g bcrypt --save
- Start backend:
npm run backend
or
nodemon index.js
- Host: http://localhost:5000
- MongoDB account (normal account): tranphuongthao240599@gmail.com/
- Device gửi dữ liệu lên server: REQUEST_TOPIC
- Server gửi dữ liệu xác thực về cho device: AUTH_TOPIC/{deviceId}
- Server gửi dữ liệu điều khiển về cho device: CONTROL/{deviceId}