8000 GitHub - sinanganiz/MultiShop: Microservice architecture e-commerce platform using PostgreSQL, MSSQL, Redis, and MongoDB — developed while following a Udemy course.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Microservice architecture e-commerce platform using PostgreSQL, MSSQL, Redis, and MongoDB — developed while following a Udemy course.

Notifications You must be signed in to change notification settings

sinanganiz/MultiShop

Repository files navigation

MultiShop - Microservices Based E-Commerce Platform

MultiShop is a comprehensive e-commerce application built with a microservices architecture using ASP.NET Core. This project simulates a real-world, scalable, and modular e-commerce platform, showcasing modern development practices and industry-grade tools.

🚀 Technologies & Tools

This project is developed following best practices in distributed systems. Below is a breakdown of the key technologies and patterns used across the services:

  • ASP.NET Core Web APIs
  • Microservices Architecture
  • Onion Architecture
  • CQRS & Mediator Pattern
  • Repository Pattern
  • API Gateway (Ocelot)
  • IdentityServer4 for Authentication & Authorization
  • JWT Bearer Tokens
  • Redis
  • MongoDB, PostgreSQL, MSSQL, SQLite
  • Entity Framework Core & Dapper
  • Role-based Access Control (RBAC) for Admin, Users, and Guests

🧱 Microservices Overview

MultiShop is composed of independently deployable services, each responsible for a specific domain:

  • Catalog Service
  • Basket Service
  • Discount Service
  • Order Service
  • Identity Service
  • User Management Service
  • Gateway Service (Ocelot)
  • Token Service
  • Admin Panel & UI Layer

Each service runs in its own container, communicates via HTTP or messaging, and follows domain-driven design principles.

📦 Architecture Highlights

  • Modular structure with clearly defined service boundaries
  • Loose coupling through API Gateway and internal service interfaces
  • Secure and token-based authentication using IdentityServer4 + JWT

🧑‍💻 Author

Developed by Sinan Ganiz

Inspired by the Udemy course: "Asp.Net Core MultiShop Mikroservis E-Ticaret Kursu"

About

Microservice architecture e-commerce platform using PostgreSQL, MSSQL, Redis, and MongoDB — developed while following a Udemy course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0