base
Database schema models using SQLAlchemy ORM.
Defines all tables, relationships, and enums for the recipe management system.
Image
Stores recipe images with metadata.
Ingredient
Stores ingredient names.
Recipe
Stores recipe data with timing, ingredients, images, and sources.
RecipeIngredient
Junction table linking recipes to ingredients with quantities.
RecipeShare
Stores recipe sharing relationships between users.
Source
Stores recipe source information and references.
User
Stores user accounts linked to SSO providers.