Web API that allows users to find recipes that include specific ingredients.
-
Clone the repository:
git clone https://github.com/Vazovsk1y/MikesRecipes.git cd MikesRecipes
-
Configure the database:
- Update the
appsettings.json
file with your PostgreSQL connection string.
- Update the
-
Run the API:
dotnet run
- ASP.NET Core
- Entity Framework Core
- PostgreSQL
Authentication and authorization added for training purposes