0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-08-23 11:48:37 +00:00

Add build status to Readme.md

This commit is contained in:
alex289 2023-03-22 19:40:53 +01:00
parent 96b82e2d6f
commit 598949371f
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -1,4 +1,7 @@
# Clean Architecture Dotnet 7 API Project
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/alex289/CleanArchitecture/dotnet.yml)
This repository contains a sample API project built using the Clean Architecture principles, Onion Architecture, MediatR, and Entity Framework. The project also includes unit tests for all layers and integration tests using xUnit.
## Project Structure