Welcome to RecipeShare, a vibrant community where home cooks and food bloggers discover, create, and share delicious recipes.

1 Open Issue Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub
Food & Drink Recipe Sharing

AI Summary: Build a core Recipe API using ASP.NET 8, Entity Framework Core, and SQL Server or PostgreSQL. The API should include CRUD operations for recipes, a search endpoint with filtering by dietary tags and cooking time, and at least 10 seeded sample recipes. The Recipe entity needs to include Id (GUID), title, ingredients, steps, cookingTimeMinutes, dietaryTags, and a lastUpdated timestamp.

Complexity: 4/5
documentation enhancement good first issue

Welcome to RecipeShare, a vibrant community where home cooks and food bloggers discover, create, and share delicious recipes.

C#