Skip to content

jhuliangr/dotnet_simple_store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Store

Setting the connection string in the secret manager

$password = "Password-Goes-Here"
dotnet user-secrets set "ConnectionStrings:MySqlConnection" "server=localhost;user=jhulian;password=$password;database=store"

Running the migrations

dotnet ef database update

About

Working with ASP.NET CORE enviroment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published