Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.59 KB

File metadata and controls

75 lines (44 loc) · 1.59 KB

CookBook

An example of a recipe management system built using microservices architecture

Links

Backend Services

CookBook Recipes

CookBook Identity Provider

Frontend Services

CookBook Recipes Webapp

Other

CookBook SQL Server

CookBook NuGet Server

CookBook CSharpExtended NuGet Package

CookBook AspNetCore NuGet Package

Deployment

  1. Deploy CookBook Sql Server container:

From the deploy folder run the following command:

01_SqlServer_Deploy.bat
  1. Deploy CookBook NuGet Server container:

From the deploy folder run the following command:

02_NugetServer_Deploy.bat
  1. Deploy nuget extensions packages:

From the deploy folder run the following command:

03_Nugets_Deploy.bat
  1. Deploy CookBook Recipes container:

From the deploy folder run the following command:

04_Recipes_Deploy.bat
  1. Deploy CookBook Identity Provider container:

From the deploy folder run the following command:

05_IdentityProvider_Deploy.bat
  1. Deploy CookBook Recipes Webapp container:

From the deploy folder run the following command:

06_RecipesWebapp_Deploy.bat