Skip to content

mnamvari/TodoManagment

Repository files navigation

Introduction

This project is a .NET 6 for ASP.NET Assessment test.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Installing and Build

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. At the root directory, restore required packages by running:
dotnet restore
  1. 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.

Running Tests

At the root directory, run the test by:

dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published