Microservice Order System - Customer Address Microservice
See Wiki for details about the Customer Address Grpc
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.
- 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.
- .NET 8
- C#
- gRPC
- SQL Server (Azure SQL)
- GitHub Actions for CI/CD