Powered by .NET 7
- .NET 7
- Visual Studio Code extensions
- C# Dev Kit
- CSharpier - Code formatter
Visual Studio Code should automatically ask you to install these extensions
- Copy
appsettings.Example.json
and rename it toappsettings.json
- Fill values
Starts on https://localhost:7210
and http://localhost:5075
Swagger is available on https://localhost:7210/swagger
and http://localhost:5075/swagger
dotnet run
The command will build and run the project
Select Run and Debug (CTRL+SHIFT+D) Start debugging (F5)