Skip to content

ASP.NET Core Web Api that helps you find recipes containing specific ingredients.

Notifications You must be signed in to change notification settings

Vazovsk1y/MikesRecipes

Repository files navigation

MikesRecipes

Web API that allows users to find recipes that include specific ingredients.

Getting started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Vazovsk1y/MikesRecipes.git
    cd MikesRecipes
  2. Configure the database:

    • Update the appsettings.json file with your PostgreSQL connection string.
  3. Run the API:

    dotnet run

Technologies used

  • ASP.NET Core
  • Entity Framework Core
  • PostgreSQL

Notes

Authentication and authorization added for training purposes

About

ASP.NET Core Web Api that helps you find recipes containing specific ingredients.

Resources

Stars

Watchers

Forks