Skip to content

davidmdi/groot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Groot 🌱

Project Groot is an open-source garden management system. In its core, Project Groot is a regular automatic plant growing system: it reads data from humidity and light sensors and decides when to give the plants more water, less water, more light or less light. What differentiates Project Groot from other garden management systems, is that it allows users to write their own growth plans for different plants. Users can then share their growth plans through the Groot network and users can also download and review plans from other users. Project Groot can also manage various plants with different sensors and growth plans at the same time.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

What things you need to install the software and how to install them:

  • Download and Install Vagrant and Virtual Box on your local computer
  • Clone/ Download the zip file from the Groot repository to your local computer

Initializing Project Groot Virtual Environment

A step by step series that tell you how to get Project Groot up and running

  1. Clone + Fork the repository
  2. Open command prompt and navigate to the local directory where all the files are
  3. Spin the environment using:
vagrant up
  1. Enter this URL - http://localhost:5000 to your web browser
  2. When finished, tear down the environment using:
vagrant destroy -f

Built With

  • Flask - Lightweight WSGI web application framework
  • Python - Python is an interpreted, high-level, general-purpose programming language
  • Vagrant - Vagrant is a tool for building and managing virtual machine environments in a single workflow
  • Virtual-Box - VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.0%
  • Shell 46.0%