Minimal Api with ABP - Hello world - Part 1

Minimal api in .Net 6 provides a new way for creating http api. Minimal API provides simplicity and removes lot of boilerplate. We will see how to use the minimal api with ABP.

minimal-api