/DotNetAssessment

Dotnet 6 exercise using good practices and tools.

Primary LanguageC#MIT LicenseMIT

DotNetAssessment

Dotnet 6 exercise using good practices and tools.

Steps to deploy project

  • Perform a dotnet restore in the root folder of the project.
  • Perform a dotnet build in the root folder of the project.
  • Perform a dotnet run in the API folder of the project.
  • To test run dotnet test in the root folder of the project.