This project is a .NET 6 for ASP.NET Assessment test.
Use these instructions to get the project up and running.
You will need the following tools:
Follow these steps to get your development environment set up:
- Clone the repository
- At the root directory, restore required packages by running:
dotnet restore
- Next, build the solution by running:
dotnet build
If you have Visual Studio after cloning Open solution with your IDE, TodoManagement.API and TodoManagement.UI should be the start-up projects. Directly run this project on Visual Studio with F5 or Ctrl+F5. You will see console application.
At the root directory, run the test by:
dotnet test