This is a WIP node-express IoT project along with React frontend application for IoT dashboard
Install docker in order to run the project easily.
Start db with following command (will only work if docker is installed):
npm run start:db
Start project with following command:
npm run start:dev
docker-compose up
You should see frontend application running on localhost:3000