Professional .NET solution for managing the preparation of Cacio e Pepe.
src/- Main source codeCacioPepe.Infrastructure/- Infrastructure layerCacioPepe.Rest/- REST API projectCacioPepe.Shared/- Shared constants and utilitiesCucina/- Kitchen domain modulesCacioPepe.Cucina.Domain/- Domain logic for kitchenCacioPepe.Cucina.Facade/- Facade for kitchen operationsCacioPepe.Cucina.Infrastructure/- Infrastructure for kitchenCacioPepe.Cucina.ReadModel/- Read models for kitchenCacioPepe.Cucina.SharedKernel/- Shared kernel for kitchenCacioPepe.Cucina.Tests/- Tests for kitchen domain
Trattoria/- Trattoria domain modulesCacioPepe.Trattoria.Domain/- Domain logic for trattoriaCacioPepe.Trattoria.Facade/- Facade for trattoria operationsCacioPepe.Trattoria.Infrastructure/- Infrastructure for trattoriaCacioPepe.Trattoria.ReadModel/- Read models for trattoriaCacioPepe.Trattoria.SharedKernel/- Shared kernel for trattoriaCacioPepe.Trattoria.Tests/- Tests for trattoria domain
- Clone the repository:
git clone https://github.com/Ace68/Sharp4Dev-2025.git
- Open the solution file (
CacioPepe.sln) in Visual Studio or JetBrains Rider. - Restore NuGet packages and build the solution.
- Run the
CacioPepe.Restproject to start the API.
- .NET 6/7/8 (depending on project configuration)
- ASP.NET Core
- Domain-Driven Design (DDD)
- Modular architecture
- Code and comments are in English.
- Modular and reusable code structure.
- Professional coding standards.
See LICENSE for details.
For more information, refer to the documentation in each module or contact the repository owner.