-
Run Command : dotnet new webapi
-
This will give you an already running sample api call along with ui to view and use ui
-
Run Command : dotnet watch run
-
This command will run your application and keep watching for changes and updates continuously