Wireless sensing based health monitoring system.
graph LR
Collector-->Broker
Model<-->Broker
Broker-->Nuxt.js
First, create a .env
file in the root directory with the following content:
DATABASE_RUL=
Then, build and run the project:
npm run build
npm start
Path | Method | Request | Response | Description |
---|---|---|---|---|
/login | POST | {username, password} |
Token |