Todo RESTful Web API.
The project structure follows Clean Architecture Principles and is inspired by:
- CleanArchitecture by jasontaylordev
- CleanArchitecture by ardalis
- fullstackhero's .NET Web API Boilerplate
- The Software Architecture Chronicles by hgraca
Run dotnet build -tl
to build the solution.
To run the web application:
cd .\src\Web\
dotnet watch run
Navigate to https://localhost:5001. The application will automatically reload if you change any of the source files.
The template includes EditorConfig support to help maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The .editorconfig file defines the coding styles applicable to this solution.
The solution contains unit, integration, and functional tests.
To run the tests:
dotnet test