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-api

Microservice Order System - Customer Address Microservice
https://github.com/hammerheadshark666/mos-customer-address-api

azure-keyvault cicd csharp docker docker-compose dotnet8 jwt-authentication mediatr postman-collection sqlserver unit-testing

Last synced: about 1 month ago
JSON representation

Microservice Order System - Customer Address Microservice

Awesome Lists containing this project

README

        

# mos-customer-address-api
Microservice Order System - Customer Address Microservice

[See Wiki for details about the Customer Address Api](https://github.com/HammerheadShark666/mos-customer-address-api/wiki)

This project is a **Customer Address API** built using **.NET 8**. It uses **SQL Server** for data storage and is containerized using **Docker Compose**. The API is hosted on **Azure App Service** and employs **CI/CD pipelines** for automated deployment.

## Features

- **CRUD Operations**: Create, read, and update customer addresses.
- **SQL Server Database**: Stores address details such as street, city, county, postal code, and country.
- **Dockerized API**: The API runs inside a Docker container for easy deployment and scalability.
- **Docker Compose**: Simplifies local development by orchestrating the API containers.
- **Azure App Service**: Hosted on Azure for reliability and performance.
- **CI/CD Pipeline**: Automated build and deployment using **GitHub Actions**.

---

## Technologies Used

- **.NET 8**
- **C#**
- **SQL Server** (Azure SQL)
- **Entity Framework Core** for database operations
- **Docker** & **Docker Compose** for containerization
- **Azure App Service** for hosting
- **GitHub Actions** for CI/CD automation

---