/ContosoPizza

Full service API Web RESTful with ASP.NET Core drivers that supports CRUD (Create, Read, Update, Delete) operations.

Primary LanguageC#Apache License 2.0Apache-2.0

ContosoPizza

Web API REST using .NET and testing with HttpRepl

Clone this repository, and run:

dotnet build
dotnet run

Open the API using:

https://localhost:{PORT}/pizza

To install HttpRepl, run:

dotnet tool install -g Microsoft.dotnet-httprepl

In case there are 'description problems' on account of OpenAPI, run:

dotnet dev-certs https --trust

After that to see the Pizza API in action, run:

dotnet run
httprepl https://localhost:{PORT}/
ls
cd Pizza

image