Skip to content

maxalmonte14/simple-todolist

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Simple todolist

This is a demo application.

Requirements

.NET Core 2.1

Install

git clone https://github.com/maxalmonte14/simple-todolist
cd Todolist
dotnet ef migrations add InitialCreate
dotnet ef database update
dotnet run

Usage

  1. Go to http://localhost:5000/Todo or https://localhost:5001/Todo
  2. You got it

About

A demo application built with ASP .NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published