文件名称:ahorta:植物即服务
文件大小:48KB
文件格式:ZIP
更新时间:2024-06-04 07:24:41
nodejs iot arduino green JavaScript
hor 植物即服务 这是从IOT设备接收数据的服务器,该设备从植物读取土壤湿度。 您可以在此处找到有关其构建方式的完整文章: : 葡萄牙语: : 建立资料库 安装postgres 安装: brew install postgres (mac) 启动服务: brew services start postgresql 创建postgres用户: createuser postgres -s 登录到postgres cli: psql -U postgres 创建测试数据库: create database ahorta_test; 创建一个dev数据库: create database ahorta_dev; 退出: \q
【文件预览】:
ahorta-master
----device()
--------arduino()
--------main.py(848B)
--------temp()
----passport.js(4KB)
----seeders()
--------20190906155905-create-first-user.js(637B)
----models()
--------user.js(1KB)
--------reading.js(276B)
--------device.js(554B)
--------index.js(964B)
----yarn.lock(77KB)
----server.js(9KB)
----migrations()
--------20190127215741-add-email-to-device.js(328B)
--------20190901151646-create-users.js(1KB)
--------20190901152321-add-user-to-device.js(460B)
--------20190711173802-add-threshold-to-device.js(338B)
--------20201227161934-add-maxValue-to-device.js(336B)
--------20190113181032-create-device.js(810B)
--------20190711092719-create-reading.js(755B)
--------20201227161926-add-minValue-to-device.js(336B)
----mail.js(1KB)
----config()
--------config.js(667B)
----test()
--------measure.test.js(6KB)
--------helpers.js(684B)
--------device.test.js(2KB)
--------authenticate.sequelize.test.js(296B)
--------mail.test.js(573B)
--------user.test.js(4KB)
----README.md(801B)
----.sequelizerc(244B)
----scripts.js(272B)
----.gitignore(82B)
----package.json(2KB)