This will template to create new microservices with Backstage and to show some how you can use some skills to improve your microservices.
The project requires .NET 6.0.
Tested on:
- Visual Studio Code (1.73.1)
From the terminal/shell/command line tool, use the following commands to build, test and run the API.
$ dotnet build
$ dotnet test
Run the application which will be listening on port 5000
.
$ dotnet run --project DotNetProject