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