Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

---