Wireless sensing based health monitoring system.
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
graph LR
ESP32-->NanoMQ
Intel5300-->NanoMQ
NanoMQ-->Cloud
Model-->Cloud
Cloud-->Web[⭐Web]
Cloud-->Client
Path | Method | Request | Response | Description |
---|---|---|---|---|
/login | POST | {username, password} |
Token |