diff --git a/README.md b/README.md index 3732571a6..9baa7110d 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,19 @@ If you have any difficulty preparing your machine, or following this document, please raise an issue in this repository ASAP so that we can resolve the problem before the workshop begins. +- [Demos](#demos) - [Preparing your machine for the workshop](#preparing-your-machine-for-the-workshop) - [Running the exercise solutions](#running-the-exercise-solutions) - [FAQ](#faq) +## Demos + +The [demos](demos) folder contains demos used during the workshop by your trainer. + +### Services UI Composition demo + +The [`asp-net-mvc` solution](demos/asp-net-mvc) demonstrates the use of ASP.NET MVC 5 to compose a UI with data from several microservices. + ## Preparing your machine for the workshop ### Install the pre-requisites diff --git a/demos/README.md b/demos/README.md deleted file mode 100644 index 42e7fca7e..000000000 --- a/demos/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Demos - -This folder contains all the demos available during the Microservices Workshop - -## ASP.Net MVC - demo - -The `ASP.Net MVC` solution demoes UI Composition techniques when using regular ASP.Net MVC 5. To run the demo ensure that the following projects are set as startup projects: - -* `Divergent.Sales.API.Host` -* `Divergent.Shipping.API.Host` -* `Divergent.Frontend` diff --git a/demos/asp-net-mvc/README.md b/demos/asp-net-mvc/README.md new file mode 100644 index 000000000..9c2db57bb --- /dev/null +++ b/demos/asp-net-mvc/README.md @@ -0,0 +1,5 @@ +To run the demo ensure that the following projects are set as startup projects: + +* `Divergent.Sales.API.Host` +* `Divergent.Shipping.API.Host` +* `Divergent.Frontend`