This is a template created on .NET core 6.0, which uses a Store Library as a business context. See below the used stacks on this template.
This template is useful for those who need a start point to create a REST API using the .NET core.
Firstly, clone the project and follows these commands below
git clone https://github.com/pauloprsdesouza/dotnet-core-rest-api.git
cd dotnet-core-rest-api
dotnet restore
dotnet run
After that, the documentation is created using Redoc and showed in a browser through the link http://localhost:5000/docs/index.html