An example of a recipe management system built using microservices architecture
CookBook CSharpExtended NuGet Package
CookBook AspNetCore NuGet Package
- Deploy CookBook Sql Server container:
From the deploy folder run the following command:
01_SqlServer_Deploy.bat- Deploy CookBook NuGet Server container:
From the deploy folder run the following command:
02_NugetServer_Deploy.bat- Deploy nuget extensions packages:
From the deploy folder run the following command:
03_Nugets_Deploy.bat- Deploy CookBook Recipes container:
From the deploy folder run the following command:
04_Recipes_Deploy.bat- Deploy CookBook Identity Provider container:
From the deploy folder run the following command:
05_IdentityProvider_Deploy.bat- Deploy CookBook Recipes Webapp container:
From the deploy folder run the following command:
06_RecipesWebapp_Deploy.bat