Crossword
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v16View latest version
This directory contains the database schema and query functions for the French Learning App.
french_categories- Categories of vocabulary (Greetings, Numbers, Food, etc.)french_vocabulary- French words and phrases with English translationsfrench_user_progress- Tracks user learning progress (optional)
migrations.ts- Database schema creation and initial data seedingqueries.ts- Functions for interacting with the database
The database is automatically initialized when the application starts. The initial data includes common French phrases organized by category.