Skip to content

BIbEsfiha1/buddyscan_grower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

This project uses Material UI for its base styling along with Tailwind utility classes.

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Copy .env.example to .env.local and set your secrets like GEMINI_API_KEY, SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY and OPENWEATHER_API_KEY.
  3. Run the app: npm run dev

Database Setup

Run the SQL script in supabase/diary_entries.sql on your Supabase project to create the diary_entries table used by the Netlify functions. This script also enables the uuid-ossp extension required for uuid_generate_v4().

Run the SQL script in supabase/grows.sql to create the grows table and add substrate and grow_id columns to cultivos.

Use the /grows page to manage your grow rooms and add new ones as needed.

Make sure your Netlify environment has the variables SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY configured with your project's details so the functions can connect to Supabase.

Para uma descrição completa da interface em português, consulte docs/INTERFACE_COMPLETA_PT_BR.md. Para detalhes sobre a gestão aprimorada de espaços e plantios, veja docs/GESTAO_ESPACOS_PLANTIOS_PT_BR.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •