/maintainable-api

Code companion for "Building a highly maintainable REST API with ASP.NET"

Primary LanguageC#

maintainable-api

Code companion for "Building a highly maintainable REST API with ASP.NET"

Prerequisites

.NET 5 SDK

Getting Started

Clone the repository and open the Maintainable.Api solution in your favorite editor. Mine is Rider.

Running the API

Run or debug the Api project using the Api launch settings or execute dotnet run in the src/Api directory. A Swagger UI page should be available at localhost:5000/swagger