Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hammerheadshark666/mos-customer-address-api
- Owner: HammerheadShark666
- Created: 2024-07-03T11:03:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T12:44:13.000Z (about 2 months ago)
- Last Synced: 2024-10-12T07:04:08.505Z (about 1 month ago)
- Topics: azure-keyvault, cicd, csharp, docker, docker-compose, dotnet8, jwt-authentication, mediatr, postman-collection, sqlserver, unit-testing
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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---