KellysonRN / template-dotnet-labs

Templates created to quickly start new labs or PoCs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template DotNet Labs

Overview

Learn time: This will template to quickly start new labs or PoCs.

Context

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Key Features

TODO

[] Lorem ipsum dolor sit amet

Compatible IDEs

Tested on:

  • VS Code
  • Rider

Useful commands

From the terminal/shell/command line tool, use the following commands to build, test and run the API.

  • Build the project

dotnet build
  • Run the tests

dotnet test
  • Run the application

# Run the application which will be listening on port `5099`.
dotnet run --project <<PROJECT_PATH>>

About

Templates created to quickly start new labs or PoCs.

License:Apache License 2.0