Kid-friendly Spanish flashcards with:
- email/password auth
- user-owned cards with optional images
- English->Spanish and Spanish->English multiple-choice quizzes
- adaptive question weighting (weaker cards appear more)
- per-user progress dashboard
- Google Translate suggestions for card creation
- Install gems:
bundle install
- Create and migrate DB:
bin/rails db:prepare
- (Optional) Configure Google Translate credentials:
- set
GOOGLE_CLOUD_PROJECT - set
GOOGLE_APPLICATION_CREDENTIALSto your service account JSON path
- set
- Start server:
bin/rails server
- Visit:
If Google credentials are missing, card creation still works; translation suggestion simply falls back silently.
bin/rails test