Skip to content

Anuren/postgrescore

Repository files navigation

aspnetcore-sample

This is a sample project for running database migrations in ASP.NET Core app. For more how-to guides, samples and developer guides, walk through our documentation and bookmark https://yuniql.io.

Deploy local sql-server with docker or use your local instance

docker run -dit -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=P@ssw0rd!" -p 1400:1433 -d mcr.microsoft.com/mssql/server:2017-latest

Build and run

dotnet build
dotnet run

Found bugs?

Help us improve further please create an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors