/.NET5-Ninja-Battle-Api

A full fledge rpg game Api built in dotnet core

Primary LanguageC#

Step 1 : Create dotnet Web Api boiler plate

  • Run Command : dotnet new webapi

  • This will give you an already running sample api call along with ui to view and use ui

Step 2 : Starting dotnet application

  • Run Command : dotnet watch run

  • This command will run your application and keep watching for changes and updates continuously