backend/: Phoenix (Elixir) API proxy for OpenAIlib/: Flutter mobile app
- Copy
.env.exampleto.envand set your OpenAI key. - Run locally:
cd backend mix deps.get mix phx.server - Or, with Docker:
docker-compose up --build
- Update backend URL in
lib/summary_provider.dart. - Run on device:
flutter pub get flutter run
- Secure your backend (rate limiting, CORS, etc).
- Never expose your OpenAI key in the Flutter app.
- For backend, deploy Docker container on your cloud/VPS.
- For Flutter, follow Play Store and App Store guides.
MIT, etc.