Skip to content

igoventura/DemoAPI

Repository files navigation

DemoAPI

Creating Docker Database

  1. Run the docker command below
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=StrongPassword!!" -p 1433:1433 --name mssql -d mcr.microsoft.com/mssql/server:2019-latest
  1. Run, in order, the scripts from *DemoAPI.Infrastructure.Data\DBScripts*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published