Views
No views yet
PromptWars Challenge 2 — AI-powered civic education assistant
Powered by Antigravity AI
1npm install
2# Add your GEMINI_API_KEY to .env
3npm start
4# Open http://localhost:8080| Endpoint | Method | Description |
|---|---|---|
/health | GET | Health check |
/api/topics | GET | 10 election topics |
/api/quiz | GET | Quiz questions |
/api/quiz/validate | POST | Check quiz answer |
/api/chat | POST | AI chat |
/api/feedback | POST | User feedback |
1npm test
2# 41 tests - Coverage: 65%+1gcloud run deploy elected \
2 --source . \
3 --region us-central1 \
4 --allow-unauthenticated \
5 --set-env-vars GEMINI_API_KEY=your_key \
6 --port 8080| Criteria | Score |
|---|---|
| Tests Passing | ✅ 41/41 |
| UI Quality | ⭐⭐⭐⭐⭐ |
| India Content | ⭐⭐⭐⭐⭐ |
| Global Elections | ✅ UK, Germany, France |
| Chat Functionality | ⭐⭐⭐⭐⭐ |
| Quiz Mode | ⭐⭐⭐⭐⭐ |
| Code Coverage | 65% |