/todolist

A to-do list application using ASP.NET Core

Primary LanguageC#

What Is This?

A ToDoList application utilizing C#, dotnet.

There are multiple branches in this repo that are described more below.

How To Run This Project

  1. Clone this repo.
  2. Open your shell (e.g., Terminal or GitBash) and navigate to this project's production directory called "ToDoList".
  3. Run dotnet watch run in the command line to start the project in development mode with a watcher.
  4. Open the browser to https://localhost:5001. If you cannot access localhost:5001 it is likely because you have not configured a .NET developer security certificate for HTTPS. To learn about this, review this lesson: Redirecting to HTTPS and Issuing a Security Certificate.