rename the app to scoffer...everywhere

This commit is contained in:
2025-08-09 17:54:32 +01:00
parent 591ebdf5db
commit 8029d10264
11 changed files with 24 additions and 28 deletions

View File

@@ -152,7 +152,7 @@ const sampleRecipes = [
async function seedDatabase() {
try {
// Connect to MongoDB
await mongoose.connect(process.env.MONGODB_URI || 'mongodb://localhost:27017/recipe-management');
await mongoose.connect(process.env.MONGODB_URI || 'mongodb://localhost:27017/scoffer');
console.log('Connected to MongoDB');
// Clear existing recipes