Simple Search API Example
Code Can be run and debugged in numerous ways. It was setup using the VS .NETCore WebApplication template with Docker tooling enabled, in order to allow for debugging of the hosted runtime within a container.
.NETCore CLI
- Navigate to the cloned project Directory.
- change directory to the
\ProductApi\
directory - Run
dotnet run
Tests can also be done in the same way by running dotnet test
from the root level directory
Visual Studio
- Build and Debug Targeting IISExpress OR
- Build and Debug Targeting Docker
Run against Docker or IIS express, then use your httpclient of choice to prod the project.