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
Setup
Development
Prerequisites
Instructions
- Install the build tools:
npm install -g node-gyp windows-build-tools
- Install dependencies:
- Client:
cd client && npm install
- Server:
cd ../server && npm install
- Client:
- Start the Node server:
npm run start
- Start the Angular client:
cd client && npm run start
- Open http://localhost:4200
License
Copyright © 2023 Zakary Timson | All Rights Reserved
See the license for more information.
Description
Languages
TypeScript
66.1%
HTML
25.3%
SCSS
8.6%