From 819f3d5dd1766b698a801a1e606af19ee6d8d449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 10 Oct 2024 15:10:49 +0300 Subject: [PATCH] Updated samples document --- docs/en/samples/index.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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