Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammerheadshark666/mos-customer-address-grpc
Microservice Order System - Customer Address Microservice
https://github.com/hammerheadshark666/mos-customer-address-grpc
cicd csharp dotnet8 gprc jwt-authentication mediatr sqlserver
Last synced: about 1 month ago
JSON representation
Microservice Order System - Customer Address Microservice
- Host: GitHub
- URL: https://github.com/hammerheadshark666/mos-customer-address-grpc
- Owner: HammerheadShark666
- Created: 2024-07-03T14:35:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T14:41:17.000Z (3 months ago)
- Last Synced: 2024-11-17T18:07:08.506Z (about 1 month ago)
- Topics: cicd, csharp, dotnet8, gprc, jwt-authentication, mediatr, sqlserver
- Language: C#
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mos-customer-address-grpc
Microservice Order System - Customer Address Microservice[See Wiki for details about the Customer Address Grpc](https://github.com/HammerheadShark666/mos-customer-address-grpc/wiki)
This project is a **gRPC service** designed to retrieve customer address details. It is built using **.NET 8** and interacts with an **SQL Server** database for data storage. The service is set up with a **CI/CD pipeline** for seamless deployment.
## Features
- **Get Customer Address Details**: Provides an endpoint to retrieve customer address information, including street, town/city, and postcode.
- **SQL Server Database**: Stores customer address information and allows for efficient querying.
- **gRPC Protocol**: Utilizes the gRPC framework for high-performance communication.
- **Scalable Architecture**: Designed for high scalability and performance.
- **CI/CD Pipeline**: Automated build and deployment using **GitHub Actions**.---
## Technologies Used
- **.NET 8**
- **C#**
- **gRPC**
- **SQL Server** (Azure SQL)
- **GitHub Actions** for CI/CD---