Updated /controllers/homeRoutes.js with consistent variable names
Removed pseudo comments from models/Recipe.js
Removed onDelete CASCADE from /models/index.js
Commented out querySelectors in /public/js/profile/.js
Updated all seed data with hardcoded user_id values.
Updated /seeds/seed.js so it seeds recipe data with associated users rather than generating random user id
Fixed if statement in chef.handlebars (recipes instead of recipe)
Updated /controllers/homeRoutes.js with consistent variable names Removed pseudo comments from models/Recipe.js Removed onDelete CASCADE from /models/index.js Commented out querySelectors in /public/js/profile/.js Updated all seed data with hardcoded user_id values. Updated /seeds/seed.js so it seeds recipe data with associated users rather than generating random user id Fixed if statement in chef.handlebars (recipes instead of recipe)