Skip to content

DenFin/plantz.app

Repository files navigation

plantz.app

About the project

Plantz is a personal project that helps me to overview all my houseplants, track their progress and get reminded to take care of them.

In it's current form, it is only designed for helping me and running in my homelab, which means there is no authentication flow implemented. In the near future, I want to add an authentication system and deploy it to a publicly available server.

Built With

Nuxt TypeScript Tailwind CSS Postgres MinIO Docker nginx

Features

  • Create plants
  • Take photos of plants
  • Add notes to plants

Notes

Database migrations

psql -h 192.168.10.117 -U admin -d plantz -f server/db/migrations/<FILE_NAME>.sql

Deployment

docker build -t plantz-app .
docker run --rm -it -p 3000:3000 --env-file .env --name plantz-app plantz-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages