{"id":28443167,"url":"https://github.com/weretik/kedrstore","last_synced_at":"2026-04-10T15:09:37.723Z","repository":{"id":291092065,"uuid":"976558126","full_name":"Weretik/KedrStore","owner":"Weretik","description":"Modular e-commerce platform built with .NET 8 and Blazor Web App. Uses Clean Architecture, CQRS, Identity, PostgreSQL, and Razor UI with Tailwind \u0026 MudBlazor.","archived":false,"fork":false,"pushed_at":"2025-07-16T10:14:33.000Z","size":7104,"stargazers_count":1,"open_issues_count":23,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-17T14:04:42.555Z","etag":null,"topics":["aspnet-core","automapper","b2b","b2c","blazor","blazor-webapp","clean-architecture","cqrs","dotnet","ecommerce","entity-framework-core","identity","mediatr","modular-monolith","mudblazor","postgresql","razor-components","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Weretik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-02T10:24:36.000Z","updated_at":"2025-07-16T10:14:37.000Z","dependencies_parsed_at":"2025-05-26T14:36:13.775Z","dependency_job_id":"e55a803e-2eec-4133-9b49-b59720c83180","html_url":"https://github.com/Weretik/KedrStore","commit_stats":null,"previous_names":["weretik/kedrstore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Weretik/KedrStore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Weretik%2FKedrStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Weretik%2FKedrStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Weretik%2FKedrStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Weretik%2FKedrStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Weretik","download_url":"https://codeload.github.com/Weretik/KedrStore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Weretik%2FKedrStore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482004,"owners_count":24094508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet-core","automapper","b2b","b2c","blazor","blazor-webapp","clean-architecture","cqrs","dotnet","ecommerce","entity-framework-core","identity","mediatr","modular-monolith","mudblazor","postgresql","razor-components","tailwindcss"],"created_at":"2025-06-06T07:01:06.185Z","updated_at":"2025-12-30T21:57:19.499Z","avatar_url":"https://github.com/Weretik.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛍️ KedrStore — Modular E-commerce Platform\n\n**KedrStore** is a production-level B2B/B2C e-commerce application developed for Kedr.  \nIt is built using **.NET 8**, **Blazor Web App**, and follows a **Clean Architecture** pattern with layered structure and modular monolith principles.\n\n[📚 Full documentation is available in the `/docs` directory](/docs/architecture.md)\n---\n\n## ⚙️ Tech Stack\n\n- **.NET 8**, **ASP.NET Core**, **Blazor Web App**\n- **Entity Framework Core** + **PostgreSQL**\n- **MediatR** (CQRS), **AutoMapper**, **FluentValidation**\n- **ASP.NET Identity** (custom `AppUser`)\n- **Redis** (caching/session), **Serilog**\n- **Tailwind CSS**, **DaisyUI**, **MudBlazor**\n- **Docker-ready configuration**\n\n---\n\n## 📐 Project Structure\n\n```\n/Web            - Razor UI (Pages, Components, Admin Area)\n/Application    - UseCases, DTOs, CQRS Handlers, Validation\n/Domain         - Core business logic and contracts\n/Infrastructure - EF Core setup, Repositories, External services\n```\n\nSupports strict separation of concerns and one-way dependencies:  \n`UI → Application → Domain → Infrastructure`\n\n---\n\n## 🚀 Features (in progress)\n\n- 🛒 Product catalog with filtering, sorting, pagination  \n- 📦 Cart system  \n- 🔐 Admin panel (product management, users)  \n- 🧾 Contact \u0026 order request form  \n- 📱 API planned for .NET MAUI (mobile client)\n\n---\n\n## 🧰 Dev Highlights\n\n- Modular monolith structure  \n- CQRS with MediatR  \n- Razor UI components (no JS)  \n- Structured logging with Serilog  \n- Integrated Redis for performance  \n- SEO-friendly frontend with Tailwind + MudBlazor\n\n---\n\n## 📌 Project Status\n\n✅ Architecture \u0026 layering complete  \n✅ Catalog UI in progress  \n✅ Filtering \u0026 pagination done  \n🔜 Basket logic  \n🔜 Admin CRUD for orders  \n🔜 Mobile API (.NET MAUI)\n\n---\n\n## 🚀 Project launch\n\n### Preliminary requirements\n- .NET 8 SDK\n- PostgreSQL 15+\n- Redis (optional for production)\n\n### Local development\n```bash\n# Repository cloning\ngit clone https://github.com/kedr/kedrstore.git\ncd kedrstore\n\n# Dependency recovery and startup\ndotnet restore\ndotnet run --project src/Web/Web.csproj\n```\n\n### Docker\n```bash\ndocker-compose up -d\n```\n\n### Customizing the environment\nTo configure the parameters, refer to the following. [Setup Guide](/docs/dev-guide/configuration.md).\n\n---\n\n## 🔒 License\n\nThis source code is proprietary and developed for Kedr.  \nCopying or distribution without permission is prohibited.\n\n© 2025 Vitalii Tsiupin / Kedr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweretik%2Fkedrstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweretik%2Fkedrstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweretik%2Fkedrstore/lists"}