Setup & InstallationBackend Setup
Configuration
Set up environment variables and API keys
Configuration
Set up environment variables and API keys for the backend.
Environment Variables
Copy the example file:
cd backend
cp env.example .envEdit .env with your API keys.
Required API Keys
- LLM provider API key
- Commercetools credentials
- Voucherify API key
Next Steps
- Running Locally - Start the backend and verify it's working