module
Version:
v0.0.0-...-b9292d4
Opens a new window with list of versions in this module.
Published: Apr 12, 2026
License: MIT
Opens a new window with license information.
README
¶
Plant Journal
Plant Journal is a pet project meant to help take care of plants.
How to Use
Build and Run Go Application
- Set environment variable
CGO_ENABLED to 1.
- Build application with
go build .\cmd\plantjournal\main.go.
- Launch the executable with
-h to see help.
Build and Run with Docker
- Run
docker build -t plantjournal . to build the Docker image.
- Run
docker run -it --rm -v <path-to-your-db-file>:/home/appuser/plant.db -p 8080:8080 plantjournal:latest to launch the image.
- Access the application at http://127.0.0.1:8080/
Features
- Set plant preferences and details
- Watering
- Lighting
- Fertilizing
- Toxicity
- Additional notes
- Pictures
- Track watering, fertilizing and maintenance notes
Out of Scope / Won't do
- User/account management
- Stats/metrics
Resources
Click to show internal directories.
Click to hide internal directories.