This is a Clean Architecture solution template for creating Web API projects with ASP.NET Core.
- Clean Architecture
- ASP.NET Core Web API
- Entity Framework Core
- SQL Server
To create a new project using this template, run the following command:
ProjectName
: The name of the project (default:MyNewProject
)Framework
: The target framework version (choices:net9.0
,net8.0
, default:net9.0
)
This project is licensed under the MIT License. See the LICENSE file for more details.