Skip to content

This is a project to learn dotnetcore web api by building a Todo application.

Notifications You must be signed in to change notification settings

krarjun90/sample-dotnetcore-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo API

This is a project to learn dotnetcore web api. The projet is built following the steps mentioned in tutorial.

First Web API

Migrations

Choose the Dabase Providers

Define the DB Context.

Migrations are created using the below commands

dotnet ef migrations add InitialCreate
dotnet ef database update

Run

dotnet run

About

This is a project to learn dotnetcore web api by building a Todo application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published