https://github.com/tanasinp/go-microservices-ecommerce
https://github.com/tanasinp/go-microservices-ecommerce
golang grpc hexagonal-architecture
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanasinp/go-microservices-ecommerce
- Owner: tanasinp
- Created: 2024-07-30T17:47:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T05:34:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T00:11:16.373Z (over 1 year ago)
- Topics: golang, grpc, hexagonal-architecture
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices E-commerce
## Overview
This is a microservices based E-commerce platform built using Go, gRPC and PostgreSQL. This includes multiple microservices like Order and Payment service handling specific functions of the e-commerce feature.
## Features
- **Order Service** : Manage orders and order items. Communicates with the Payment Service to create payment after order.
- **Payment Service** : Process payments and updates payment status. Communicates with the Order Service to update order status after payment.