The project uses Supabase for authentication and database. We use a shared Supabase instance for the team.
- Navigate to the frontend directory:
cd frontend
- 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.
- Navigate to the backend directory:
cd backend
- Copy the example environment file:
cp .env.development.example .env.development
- Update
.env.development
with your personal GROQ API key:
- Get your GROQ API key from: https://console.groq.com
- The Supabase credentials are already included and safe to use
- 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