pizzastore-net8-minimal-api/README.md

358 B

Pizza Store .NET 8 Minimal API

Following Build a web API with minimal API, ASP.NET Core, and .NET.

dotnet new web -o PizzaStore -f net8.0

# Add Swagger package - also update Program.cs
dotnet add package Swashbuckle.AspNetCore --version 6.5.0

dotnet run