Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 2.39 KB

File metadata and controls

64 lines (51 loc) · 2.39 KB

GitGrub Recipes

A website as a digital repository for your favorite recipes from Grandma's famous apple pie, to your very own culinary masterpiece. Discover new favorites from other users and share your feedback of their own recipes.

Features

  • Full CRUD functionality account management

  • Create Recipes with image uploading capability

  • Add/remove favorite recipes

  • CRUD functional comments on recipe page

  • Rate recipes

  • Sort recipes on the home page

Dependencies

  • Visual Studio
  • .Net 6.0
  • Windows Operating System

Getting Started

  • Clone Repository

  • Install NuGet Packages

    • Microsoft.AspNetCore.Identity.EntityFrameworkCore
    • Microsoft.AspNetCore.Identity.UI
    • Microsoft.EntityFrameworkCore.SqlServer
    • Microsoft.EntityFrameworkCore.Tools
    • Microsoft.VisualStudio.Web.CodeGeneration.Design
    • HtmlSanitizer
  • Run "update-database" in Package Manager Console to install database locally

Build Team