Thanks to visit codestin.com
Credit goes to github.com

Skip to content

reub-the-cube/dev-security-flaws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Dotnet Entity Framework Tool

dotnet tool update --global dotnet-ef

Set up the database.

dotnet ef database update --context ToDoItemContext --project ./Security101

dotnet ef database update --context ApplicationContext --project ./Security101

Run with

dotnet run --project ./Security101/Security101.csproj

Visit: http://localhost:5196/swagger/index.html

Test with

dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages