Microservice Order System - Order Microservice
See Wiki for details about the Order Api
This project is an Order API built using .NET 8 with SQL Server as the database. The API is containerized using Docker and hosted on Azure App Service. Continuous Integration and Continuous Deployment (CI/CD) pipelines are set up for automated deployment using GitHub Actions.
- Order Creation: Create new orders.
- Order Management: Manage order statuses and retrieval.
- SQL Server Database: Stores order data.
- Dockerized API: The application runs in a Docker container for easy deployment and scalability.
- Azure App Service: Hosted in Azure for seamless cloud integration.
- CI/CD Pipeline: Automated build and deployment using GitHub Actions.
- .NET 8
- C#
- SQL Server (Azure SQL)
- Entity Framework Core for database interaction
- Docker for containerization
- Azure App Service
- GitHub Actions for CI/CD