Skip to content

A full stack web application for managing your recipes, written entirely in .NET using C#

Notifications You must be signed in to change notification settings

martinjonsson01/RecipeBook

Repository files navigation

RecipeBook

A full stack web application for managing your recipes, written entirely in .NET using C#

Architecture

Based on the onion architecture pattern, mainly focusing on Dependency Inversion by implementing Inversion of Control through .NET dependency injection.

architecture

How To Install

  1. clone repo
  2. cd into folder containing solution
  3. run 'dotnet restore'
  4. cd into Server-project folder
  5. run 'dotnet run'

About

A full stack web application for managing your recipes, written entirely in .NET using C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages