Skip to content

tau150/iot-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Iot Sensors Dashboard challenge

Live Preview

https://iot-dashboard-pearl.vercel.app/

Please, take in account that could it take some time to have the data visible, the web sockets server is deployed in a free tier just for testing purposes.

Run locally

How to run it:

  • Clone the repository.
  • Inside server folder run the command npm install and npm run start.
  • Inside client folder run the command npm install and npm run dev.
  • For testing, inside client folder run the command npm run test.