diff --git a/docs/en/samples/index.md b/docs/en/samples/index.md index 619eb81484..9862d519a3 100644 --- a/docs/en/samples/index.md +++ b/docs/en/samples/index.md @@ -1,22 +1,34 @@ -# Sample Applications +# ABP Samples Here, a list of official samples built with ABP. +## Event Hub + +A reference application built with ABP. It implements the Domain Driven Design with multiple application layers. + +* [Live demo](https://www.openeventhub.com/) +* [Source code](https://github.com/abpframework/eventhub) + ## eShopOnAbp Reference microservice solution built with ABP and .NET. +* [Live demo](https://www.eshoponabp.com/) * [Source code](https://github.com/abpframework/eShopOnAbp) -## Event Hub +## CMS Kit Demo -A reference application built with ABP. It implements the Domain Driven Design with multiple application layers. +A minimal example website built with the [CMS Kit module](../modules/cms-kit/index.md). -* [Source code](https://github.com/abpframework/eventhub) +* [Live demo](https://cms-kit-demo.abp.io/) +* [Source code](https://github.com/abpframework/cms-kit-demo) ## Easy CRM -A middle-size CRM application built with ABP. [Click here](easy-crm.md) to see the details. +A middle-size CRM application built with ABP. + +* [Live demo](http://easycrm.abp.io/) +* [Click here](easy-crm.md) to see the details and download the source code. ## Book Store