The RecipeRadar Backend is a TypeScript, Express, and Prisma-based service for the RecipeRadar app. It offers RESTful APIs for user authentication and recipe management, including registration, login, and search history storage. Using MySQL and Prisma, it ensures scalability, maintainability, and robust error handling.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
^6.3.1^5.0.0^1.7.9^5.1.1^2.4.3^2.8.5^16.4.7^4.21.2^9.0.2^1.10.0^3.1.9^6.3.1^10.9.2^5.7.3^11.0.5^5.0.2^2.4.6^2.8.17^9.0.8^1.9.9^6.4.17^6.10.012
commits
Fixed the TypeScript type errors in the searchRecipes method by correctly mapping the missedIngredients and usedIngredients properties to arrays of Ingredient objects.
485af84View on GitHubFix TypeScript errors in auth.controller.ts by handling unknown type for error and ensuring req.user is defined.
f301efbView on GitHubDeveloped the Backend of my RecipeRader project completely.Added authentication middleware to the recipe routes and implemented recipe search functionality with user authentication.
4d24325View on GitHub