Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hammerheadshark666/mos-book-api

Microservice Order System - Books Microservice
https://github.com/hammerheadshark666/mos-book-api

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

Last synced: 3 days ago
JSON representation

Microservice Order System - Books Microservice

Awesome Lists containing this project

README

        

# mos-books-api
Microservice Order System - Book Microservice

[See Wiki for details about the Book Api](https://github.com/HammerheadShark666/mos-books-api/wiki)

This project is a **Book API** built using **.NET 8**. It uses **SQL Server** as the database and is containerized using **Docker** and **Docker Compose**. The API is hosted on **Azure App Service**, and it uses **CI/CD** pipelines for automated builds and deployments.

## Features

- **CRUD Operations**: Create, read, search, update, and delete books in the system.
- **SQL Server Database**: Stores book details like title, author, and ISBN.
- **Dockerized API**: The API is containerized for easy deployment and scalability.
- **Docker Compose**: Simplifies local development by orchestrating multiple containers (API).
- **Azure App Service**: Hosted on Azure for high availability and scalability.
- **CI/CD Pipeline**: Automated build and deployment using **GitHub Actions**.

---

## Technologies Used

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

---