This project is a modern web application built with ASP.NET Core, Bootstrap, and TheMealDB API. It allows users to search for meals, view detailed recipes, and explore random meals effortlessly.
It was a project where I tried to learn and reinforce Authorization with Token for Secure Web APIs. Using JWT Token, I aimed to ensure that non-authenticate users cannot access the API.
TheMealDb API: https://www.themealdb.com/
🚀 Features:
-Search meals by name
-Get random meal suggestions
-View detailed meal information
-Watch recipe videos on YouTube
-Authorization with JWT Token
🛠️ Tech Stack:
-Backend: ASP.NET Core, C#
-Frontend: Razor Pages, Bootstrap
-API: TheMealDB API
-Authorization: JWT Token