This project is about creating a smart greenhouse model that automates farm work and enhances horticulture practices. The project uses various sensors and devices to monitor and control the environmental parameters, such as temperature, humidity, light, soil moisture, and pH, that affect plant growth and yield. The project also uses IoT technology to upload the sensor data to a cloud platform, where it can be accessed and analyzed by the users. The project aims to improve the efficiency and productivity of greenhouse horticulture, as well as reduce the labor and resource costs.
To install this project, follow these steps:
- Clone the repository.
- Install the required dependencies using
npm install
. - Run the project using
npm start
.
To use this project, follow these steps:
- Open the project in your preferred IDE.
- Navigate to the src folder.
- Open the index.js file.
- Modify the code as per your requirements.
- Save the changes.
- Run the project using
npm start
.
To contribute to this project, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
. - Push to the original branch:
git push origin <project_name>/<location>
. - Create the pull request.
This project was submitted by Mausam Gurung and Shubham Bista.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Here is the code snippet that can direct to a topic from the table of contents:
Replace Installation with the name of the topic you want to direct to.