Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Microservice Order System - Books Microservice
- Host: GitHub
- URL: https://github.com/hammerheadshark666/mos-book-api
- Owner: HammerheadShark666
- Created: 2024-07-15T13:10:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T12:00:50.000Z (3 months ago)
- Last Synced: 2024-10-13T07:04:09.472Z (2 months ago)
- Topics: azure-keyvault, cicd, csharp, docker, docker-compose, dotnet8, jwt-authentication, mediatr, postman-collection, sqlserver, unit-testing
- Language: C#
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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---