Skip to content

OmdenaAI/Sustainable-Agriculture-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sustainable Agriculture Chatbot

Environment Setup

The project uses Supabase for authentication and database. We use a shared Supabase instance for the team.

Frontend Setup

  1. Navigate to the frontend directory:
cd frontend
  1. Copy the example environment file:
cp .env.local.example .env.local

The Supabase credentials are already included in the example file and are safe to use.

Backend Setup

  1. Navigate to the backend directory:
cd backend
  1. Copy the example environment file:
cp .env.development.example .env.development
  1. Update .env.development with your personal GROQ API key:

API Keys and Security

  • The Supabase URL and anon key are safe to share and are included in the example files
  • Each developer needs their own GROQ API key
  • Never commit your personal API keys to the repository
  • The Supabase service role key is NOT included and should never be shared

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5