Backend of ZJU B/S project 2021.
See the frontend.
Install node_modules:
npm installInstall mongodb:
brew install mongodb-community@4.2Create a database using the table file:
mongoimport -d eIoT -c datas --file /mongodump/datas.json --type jsonmongoimport -d eIoT -c devices --file /mongodump/devices.json --type jsonmongoimport -d eIoT -c users --file /mongodump/users.json --type jsonInstall mosquitto:
brew install mosquittobrew services start mongodb-community@4.2brew services start mosquittonode bin/www- Modify iotclient/target/iot.properties (optional)
java -jar iotclient/target/iotclient-1.0.0.jar