Air Quality sensor for reading and displaying particulate matter values in a nice way for NOVA SDS011. It displays the current and threshold values for PM10 and PM2.5
Displays a graph which can show data based on following filters
- Todays Readings
- This weeks Readings
- This months Readings
- This years Readings
Made with following technologies
- Web: MERN (MongoDb, Express, React, Node) stack
- Sensor: Python
- charts library: react-google-charts
We will be using https://mlab.com/ for saving the data in mongodb
Day summary graph Day summary Table
Add the following text in your configs.env file. which are transferred to docker container environment variables.
DB_URL="your connectionstring with inverted commas"
DB_NAME=dbname
DB_COLLECTION=collectionname
Following commands will run both docker containers and start the services
git clone https://github.com/sherazlodhi/aqmon.git
docker-compose build && docker-compose up -d