Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Microservice Order System - Customer Address Microservice

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

---