Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerheadShark666 authored Sep 20, 2024
1 parent ba31991 commit 5364876
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,29 @@
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

---

0 comments on commit 5364876

Please sign in to comment.