Sign inSign up

dhedegaard/todo

By dhedegaard

Updated over 9 years ago

A simple todo application for understanding the basic components of ASP.NET core, MVC and EFC

Image
0

995

dhedegaard/todo repository overview

TODO application

A simple todo application for understanding the basic components of ASP.NET core, MVC and EntityFramework Core.

For running the application:

Requires .net core 1.0.

Do the dance:

$ dotnet restore
$ dotnet ef database update
$ dotnet run

Tag summary

Content type

Image

Digest

Size

359.1 MB

Last updated

over 9 years ago

docker pull dhedegaard/todo