This project has been prepared as an example for the vertical slice architecture topic that I have written about on Medium. You can access the details of the project in the article on my Medium account
- .NET Core 7
- PostgreSQL
- MediatR
- Entity Framework
- Fluent Validation
Clone the project
git clone https://github.com/MuratDincc/vertical-slice-architecture-example.git
Go to the project directory
cd vertical-slice-architecture-example
Start with Docker Compose
docker compose up -d