Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammerheadshark666/mos-customer-api
Microservice Order System - Customer Microservice
https://github.com/hammerheadshark666/mos-customer-api
api automapper azure azurekeyvault cicd csharp docker docker-compose dotnet-core jwt-authentication mediatr sqlserver unit-testing
Last synced: about 1 month ago
JSON representation
Microservice Order System - Customer Microservice
- Host: GitHub
- URL: https://github.com/hammerheadshark666/mos-customer-api
- Owner: HammerheadShark666
- Created: 2024-07-01T14:41:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T12:41:20.000Z (3 months ago)
- Last Synced: 2024-10-13T07:04:16.878Z (2 months ago)
- Topics: api, automapper, azure, azurekeyvault, cicd, csharp, docker, docker-compose, dotnet-core, jwt-authentication, mediatr, sqlserver, unit-testing
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mos-customer-api
Microservice Order System - Customer Microservice[See Wiki for details about the Customer Api](https://github.com/HammerheadShark666/mos-customer-api/wiki)
This project is a **Customer API** built using **.NET 8**. It uses **SQL Server** as the database and is containerized with **Docker Compose**. The API is hosted on **Azure App Service**, and it leverages **CI/CD pipelines** for automated deployment.
## Features
- **CRUD Operations**: read, and update customer data.
- **SQL Server Database**: Stores customer information, including names and contact details.
- **Dockerized API**: The API runs inside a Docker container for easy deployment and scalability.
- **Docker Compose**: Simplifies local development and orchestrates the API container.
- **Azure App Service**: Hosted on Azure for high availability and performance.
- **CI/CD Pipeline**: Automated build and deployment using **GitHub Actions**.---
## Technologies Used
- **.NET 8**
- **C#**
- **SQL Server** (hosted in Azure)
- **Entity Framework Core** for database interactions
- **Docker** & **Docker Compose** for containerization
- **Azure App Service** for cloud hosting
- **GitHub Actions** for CI/CD automation---