Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# .github
# CommerceFabric .github

Shared GitHub configuration and organization profile content for CommerceFabric.

See `/profile/README.md` for the public organization overview.
17 changes: 17 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -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