backend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GROQ_API_KEY
secret
Groq Cloud API Configuration
GROQ_MODEL
DATABASE_URL
secret
HOST
FastAPI Configuration
PORT
brew install flyctl && fly launch --from https://github.com/aaravmaloo/customer_complaint_ai
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aaravmaloo/customer_complaint_ai
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aaravmaloo/customer_complaint_ai