Using this template
This template includes support for:
- APIs using API Endpoints (in the /Endpoints/ProjectEndpoints folder)
- APIs using FastEndpoints/Minimal APIs (in the /Endpoints/ContributorEndpoints folder)
- APIs using Controllers (in the /Api and /ApiModels folders)
- Pages using Razor Pages (in the /Pages folder and /Views/Shared folder)
- Pages using Controllers and Views (in the /Controllers, /ViewModels, and /Views folders - keep /Views/Shared for Razor Pages though)
Provide feedback and report issues in the project's GitHub repository; ask questions using the ardalis-cleanarchitecture tag on StackOverflow.