Plant manager
Go to file
Zakary Timson 2b729634ec
Some checks failed
Build Website / Build NPM Project (push) Failing after 19s
Build Website / Tag Version (push) Successful in 3s
Add .github/workflows/server.yaml
2023-12-06 20:58:22 +00:00
.github/workflows Add .github/workflows/server.yaml 2023-12-06 20:58:22 +00:00
client init 2023-08-14 13:49:06 -04:00
server init 2023-08-14 13:49:06 -04:00
.editorconfig init 2023-08-14 13:49:06 -04:00
LICENSE init 2023-08-14 13:49:06 -04:00
README.md Update README.md 2023-12-06 20:14:00 +00:00


Logo

GrowBot

Plant Manager

Version Pull Requests Issues



Table of Contents

About

GrowBot is a service intented to monitor & aid in the growing plants. It is meant to run on a Raspberry Pi with a camera & electronics to automatewater pumps & lights.

By creating grow profiles the amount of water & light can plants recieve can also be adjusted to ensure consistant results. Aditionally you can take notes at anytime which will automatically include images & a record of tempatures, air & soil humidity.

Built With

Angular Bootstrap Node TypeScript

Setup

Development

Prerequisites

Instructions

  1. Install the build tools: npm install -g node-gyp windows-build-tools
  2. Install dependencies:
    1. Client: cd client && npm install
    2. Server: cd ../server && npm install
  3. Start the Node server: npm run start
  4. Start the Angular client: cd client && npm run start
  5. Open http://localhost:4200

License

Copyright © 2023 Zakary Timson | All Rights Reserved

See the license for more information.