JesseObrien / dotnettodo

Todo App in dotnetcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnetcore 2.0.0 Todo WebApi example

Install

Clone this repo:

git clone git@github.com:JesseObrien/dotnettodo.git

Install the dotnet SDK:

https://www.microsoft.com/net/download/core

Restore:

cd dotnettodo dotnet restore

Run

Development

Live reloading for builds:

dotnet watch run

Regular run:

dotnet run

Docs

After running dotnet run hit localhost:5000/swagger

About

Todo App in dotnetcore


Languages

Language:C# 96.5%Language:Makefile 3.5%