Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammerheadshark666/mos-order-history-api
Microservice Order System - Order History Microservice
https://github.com/hammerheadshark666/mos-order-history-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 - Order History Microservice
- Host: GitHub
- URL: https://github.com/hammerheadshark666/mos-order-history-api
- Owner: HammerheadShark666
- Created: 2024-08-01T13:00:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T11:49:04.000Z (about 2 months ago)
- Last Synced: 2024-10-12T07:03:50.420Z (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: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mos-order-history-api
Microservice Order System - Order History Microservice[See Wiki for details about the Order History Api](https://github.com/HammerheadShark666/mos-order-history-api/wiki)
# Order History API
This project is an **Order History API** built with **.NET 8**. It uses **SQL Server** for data storage and is containerized using **Docker** and **Docker Compose**. The API is hosted on **Azure App Service** and employs **CI/CD** pipelines for automated builds and deployments.
## Features
- **Order History Retrieval**: Fetch historical orders based on order ID.
- **SQL Server Database**: Stores order history.
- **Dockerized API**: The API runs in Docker containers for easy portability.
- **Docker Compose**: Simplifies the setup and orchestration of multiple containers (API).
- **Azure App Service**: The API is hosted on Azure for scalability and reliability.
- **CI/CD Pipeline**: Automated build and deployment using *GitHub Actions**.---
## Technologies Used
- **.NET 8**
- **C#**
- **SQL Server**
- **Entity Framework Core** for database access
- **Docker** & **Docker Compose** for containerization
- **Azure App Service** for cloud hosting
- **GitHub Actions** for CI/CD automation---