dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
https://dot.net/architecture
24.53k stars 10.35k forks source link

Production Ready #1883

Closed sinanopcommerce closed 2 years ago

sinanopcommerce commented 2 years ago

Is this repo is production-ready? Can e-commerce start with this repo? Or it is for learning materials of micro-service.

adriver-kwiboo commented 2 years ago

Check the readme https://github.com/dotnet-architecture/eShopOnContainers/blob/981507dccbfa94d68806241cd542ff38f56950b8/CONTRIBUTING.md#disclaimer---this-is-not-a-production-ready-template-for-microservices

This is not production ready

erjain commented 2 years ago

Hi @sinanopcommerce, This is just a demonstration of how to implement microservices, it is not production-ready. For illustrations of the implementation of an e-commerce application, you can visit the learning module: https://docs.microsoft.com/en-us/learn/paths/create-microservices-with-dotnet. I am closing this issue, however, feel free to continue the conversation or reopen it if you are looking for more help.