Skip to content

Harshal141/Water-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Water-Management-System

This IOT project monitors water bodies using a monitoring device placed in various areas that measures the flow, temperature, pH, and tunbidity using an Arduino CPU and sensors, updating the database values. The website offers a visual representation of data drawn from the database over the course of a week.

Running the app locally

Run the command:

npm i
npm run dev

Usage

Setup default.json file in config folder

{
    "mongoURI":"<mongoURI- create a cluster in mongodb atlas>",
    "jwtSecret": "<yourSecret- can be anything>"
}

Frameworks and Languages

  • NodeJs - for backend
  • Express - as framework for server
  • MongoDB - for database access
  • ChartJs - to visualize data graphicaly
  • Map Tiler Api - for rendering maps

Curious About the hardware?

Click Here to Learn More

Arduino

Arduino Uno is a microcontroller having 14 digital input/output pins, 6 analog inputs, a USB connection, a power jack, an ICSP header and a reset button. Arduino delivers a typical form aspect that breakdowns the purposes of the micro-controller into a nadditional available set.

Sensors

  • pH Sensor
  • Turbidity Sensor
  • Flow Sensor
  • Temp Sensor

Setup image

image

License

MIT License

Copyright © 2023 Harshal Patil