A full stack web application for managing your recipes, written entirely in .NET using C#
Based on the onion architecture pattern, mainly focusing on Dependency Inversion by implementing Inversion of Control through .NET dependency injection.
- clone repo
- cd into folder containing solution
- run 'dotnet restore'
- cd into Server-project folder
- run 'dotnet run'