Skip to content

This project is a setup for a basic smart home web app tracking sensor data for temperature and humidity with a Raspberry Pi and web technologies like Mosquitto, Node.js, Express.js, Vue.js, Quasar and Chart.js.

gitfrosh/tiny-smart-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Smart Home

This project is a setup for a basic smart home web app tracking sensor data for temperature and humidity with a Raspberry Pi and web technologies like Mosquitto, Node.js, Express.js, Vue.js, Quasar and Chart.js.

The complete tutorial is available here.

Start the Node.js backend on port 3000

  • cd server
  • npm install
  • node server.js

Start the Vue.js development frontend on port 8080

  • cd vue-frontend
  • npm install
  • quasar dev

About

This project is a setup for a basic smart home web app tracking sensor data for temperature and humidity with a Raspberry Pi and web technologies like Mosquitto, Node.js, Express.js, Vue.js, Quasar and Chart.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published