- C#
- .NET
- MSTest
- ASP.NET Core
- Razor
- NuGet
- git
- GitHub
A basic to do list application to practice using MSTest and the MVC framework.
- Navigate to https://github.com/kpundt93/to-do-list
- Click on the green "Code" button and copy the repository URL or click on the copy button
- Open the terminal on your desktop
- Once in the terminal, use it to navigate to your desktop folder
- Once inside your desktop folder, use the command
git clone https://github.com/kpundt93/to-do-list.git
- After cloning the project, navigate into it using the command
cd to-do-list/ToDoList.Tests
- Then run the command
dotnet restore
to install project dependencies - Run the command
dotnet build
to build and compile the project - If you would like to run the project tests, run the command
dotnet test
- If you would like to run the project in the browser, switch to the
ToDoList
directory using the commandcd ../ToDoList
- Once in the
ToDoList
directory, run the commanddotnet run
- No known bugs
MIT License: https://opensource.org/licenses/MIT
Copyright (c) 2021 Katie Pundt, Karen Axon, and Matt Luker