Skip to content

PhucHau0310/MicroservicesECommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🚀 Microservices E-Commerce

📋 Overview

The Microservices E-Commerce project is an e-commerce system built on a microservices architecture. Each service performs a specific function and communicates with each other via protocols such as HTTP, gRPC, or message queues. The project is designed to be easy to extend, maintain, and deploy.

⭐ Features

  • 🌐 ApiGateway: Main communication gateway between clients and services using Ocelot
  • 📊 ElasticStack: Logging and monitoring support with ELK stack
  • 📈 Monitoring: System monitoring configuration with Prometheus and Grafana
  • 🔧 Services:
    • 🔐 AuthService: User authentication and authorization management
    • 🛒 CartService: Shopping cart management
    • 📨 NotificationService: Notification handling via Redis and RabbitMQ
    • 📦 OrderService: Order management
    • 💳 PaymentService: Payment processing via VNPay and other methods
    • 📝 ProductService: Product and inventory management
    • ⭐ ReviewService: Product review management
  • 🔄 Shared: Common libraries including JWT configuration, middleware, and utilities

📸 System Screenshots

1. System Monitoring with cAdvisor

cAdvisor

2. Grafana Monitoring Dashboard

Grafana Dashboard 1 Grafana Dashboard 2

3. Kibana Logging

Kibana

4. Prometheus Metrics

Prometheus

🛠️ Technology Stack

  • 💻 Language: C#
  • ⚡ Framework: .NET 9.0
  • 🗄️ Databases:
    • PostgreSQL (PaymentService)
    • MongoDB (OrderService, NotificationService, ReviewService)
    • SQL Server (AuthService, ProductService)
  • 📬 Message Queue: RabbitMQ
  • ⚡ Caching: Redis
  • 📊 Logging & Monitoring: ELK Stack, Prometheus, Grafana
  • 🌐 API Gateway: Ocelot

📥 Installation Guide

System Requirements

  • Docker and Docker Compose
  • .NET SDK 9.0
  • PostgreSQL, MongoDB, Redis, RabbitMQ

Getting Started

  1. Clone repository:
    git clone https://github.com/PhucHau0310/MicroservicesECommerce.git
    cd MicroservicesECommerce/be
  2. Run Docker Compose:
    docker-compose up --build

📞 Contact

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

About

The Microservices E-Commerce project is an e-commerce system built on a microservices architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published