https://github.com/ndizeyedavid/poultry-farm-monitoring-system
Poultry Farm Monitoring System is an IoT based project to overlook and control chicken coops to ensure well being of chicken
https://github.com/ndizeyedavid/poultry-farm-monitoring-system
Last synced: about 1 month ago
JSON representation
Poultry Farm Monitoring System is an IoT based project to overlook and control chicken coops to ensure well being of chicken
- Host: GitHub
- URL: https://github.com/ndizeyedavid/poultry-farm-monitoring-system
- Owner: ndizeyedavid
- Created: 2024-08-04T10:06:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T02:50:46.000Z (3 months ago)
- Last Synced: 2025-05-08T00:47:47.944Z (about 1 month ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poultry Farm Monitoring System
This project is built on React Js for front end and Node Js / Express js for backend, and has an approach to controlling a mysql database that is also being accessed by an ESP32 that sends data, to the database, then express js is used to create a resful api to acquire the data in the database to be changed dynamically on the interface of the user
Currently, two official plugins are available:# key features
- User authentication & authorisation (it's simple, but well functioning well ==> using localstorage)
- Dynamic data updating using react states and effects
- Data visualisation with chart.js
- designed entirelly in **tailwind css** and **daisy ui**