Add FiloShop as a sample monolith project demonstrating Clean Archite…#905
Add FiloShop as a sample monolith project demonstrating Clean Archite…#905LeadstarlingX wants to merge 1 commit intothangchung:masterfrom
Conversation
…cture, DDD, and CQRS
📝 WalkthroughWalkthroughTwo documentation entries for FiloShop were added to README.md—one in the General/Contents section and another in the Starter Kits sample projects section. No functional code changes were made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR adds FiloShop, an open-source e-commerce platform, to the Sample Projects → Monoliths section of the README. The project demonstrates Clean Architecture, DDD, CQRS, and other production-ready patterns using .NET 9 and PostgreSQL.
Changes:
- Added FiloShop entry to the Monoliths section with proper alphabetical ordering
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 883-884: The README entry for "FiloShop" points to a non-existent
or private repo; update or remove it by either correcting the URL if there's a
typo, replacing the link text/URL with the correct public repository, or
removing the entire line "*
[FiloShop](https://github.com/LeadstarlingX/FiloShop) - A sample e-commerce
application..." so the README only lists verifiable public projects; ensure any
replacement preserves the same markdown list format.
| * [FiloShop](https://github.com/LeadstarlingX/FiloShop) - A sample e-commerce application built with ASP.NET Core 9.0, EF Core, DDD, CQRS, MediatR, FluentValidation and more. | ||
| * [GenVue](https://github.com/herbat73/GenVue) - a hostable, web application that lets confidential users upload and share private files build on Vue.js, Vuetifyjs and NetCore WebAPI stack |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
FiloShop GitHub LeadstarlingX ASP.NET Core DDD CQRS
💡 Result:
I couldn't find a GitHub repo or user named "FiloShop" or "LeadstarlingX" related to ASP.NET Core / DDD / CQRS in my search. Do you want me to:
- search GitHub again (I'll try alternate spellings and the full username), or
- look for FiloShop examples of ASP.NET Core + DDD + CQRS from other authors?
If yes, tell me which option (or provide the exact GitHub URL/username). Source used for the search: GitHub. [1]
🏁 Script executed:
# First, let's check the actual README.md lines around 883-884
wc -l README.md
sed -n '880,890p' README.mdRepository: thangchung/awesome-dotnet-core
Length of output: 2098
🌐 Web query:
FiloShop sample e-commerce ASP.NET Core GitHub
💡 Result:
I couldn't find a public GitHub repo or well-known ASP.NET Core sample named "FiloShop." Do you mean a different name (for example Microsoft’s eShopOnWeb sample)? If so, here are popular ASP.NET Core e‑commerce samples you might be looking for:
- eShopOnWeb (Microsoft reference app, community-maintained): GitHub (NimblePros). [1]
- eShopOnWeb (original/dotnet-architecture archive). [2]
Tell me if you want links or if you can share the exact repo/user name for FiloShop and I’ll search again.
🌐 Web query:
LeadstarlingX FiloShop GitHub
💡 Result:
I couldn't find a GitHub user or repository matching "LeadstarlingX" or "FiloShop". Could you confirm the exact GitHub username or repo URL (or any alternate spellings)? I can re-run a targeted search once you provide that.
Remove or verify the FiloShop repository link—the repo cannot be found publicly.
The repository at https://github.com/LeadstarlingX/FiloShop does not appear to exist or is not publicly accessible. Multiple searches found no GitHub user "LeadstarlingX" or repository "FiloShop" matching the entry. Either remove this entry, correct the URL if there's a typo, or verify the repository is public before inclusion in the list.
🤖 Prompt for AI Agents
In `@README.md` around lines 883 - 884, The README entry for "FiloShop" points to
a non-existent or private repo; update or remove it by either correcting the URL
if there's a typo, replacing the link text/URL with the correct public
repository, or removing the entire line "*
[FiloShop](https://github.com/LeadstarlingX/FiloShop) - A sample e-commerce
application..." so the README only lists verifiable public projects; ensure any
replacement preserves the same markdown list format.
This pull request adds FiloShop to the Sample Projects → Monoliths section.
FiloShop is an open-source e-commerce platform that demonstrates Clean Architecture, Domain-Driven Design (DDD), CQRS, and production-ready patterns using .NET 9 and PostgreSQL. This project aims to provide a clear, practical example and learning resource for .NET developers looking to apply advanced software architecture principles in a real-world context.
Link: https://github.com/LeadstarlingX/FiloShop
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.