Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 621 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 621 Bytes

WiGuard

Wireless sensing based health monitoring system.

How to run

First, create a .env file in the root directory with the following content:

NUXT_PUBLIC_MQTT_BROKER_URI=

Then, start the development server:

pnpm run dev

Workflow

graph LR

ESP32-->NanoMQ
Intel5300-->NanoMQ
NanoMQ-->Cloud
Model-->Cloud
Cloud-->Web[⭐Web]
Cloud-->Client
Loading

API

Path Method Request Response Description
/login POST {username, password} Token