From 7472cfea232e32f4df65c6b6092ed62bfaed3f7a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:17:03 +0000 Subject: [PATCH 1/2] Initial plan From b61e19263fc1bbc388443a895d3bedce66e0d822 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:19:26 +0000 Subject: [PATCH 2/2] docs: add CommerceFabric organization profile --- README.md | 6 +++++- profile/README.md | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 profile/README.md diff --git a/README.md b/README.md index a46ae92..69e8efc 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# .github \ No newline at end of file +# CommerceFabric .github + +Shared GitHub configuration and organization profile content for CommerceFabric. + +See `/profile/README.md` for the public organization overview. \ No newline at end of file diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..18ca7ad --- /dev/null +++ b/profile/README.md @@ -0,0 +1,17 @@ +# CommerceFabric - eCommerce Microservices Website + +CommerceFabric is a sample eCommerce platform built with a microservices architecture. + +## Repositories + +- [web-storefront](https://github.com/CommerceFabric/web-storefront) - Angular storefront application +- [service-user](https://github.com/CommerceFabric/service-user) - User management microservice +- [service-products](https://github.com/CommerceFabric/service-products) - Product catalog microservice +- [service-orders](https://github.com/CommerceFabric/service-orders) - Order service + +## Technology + +- Angular frontend +- ASP.NET Core microservices +- PostgreSQL data storage +- Docker-ready services