Skip to content

.NET Core Web API with SQL Server connection using Docker and Docker Compose

License

Notifications You must be signed in to change notification settings

cesarrrguez/DockerAPI

Repository files navigation

Docker API

RELEASE LICENSE

.NET Core Web API with SQL Server connection using Docker and Docker Compose.

Requirements

  • .Net Core
  • Docker

Usage

Run docker containers in background:

docker-compose up -d

Build database from entity framework core migration:

dotnet ef database update

License

The MIT License (MIT). Please see License for more information.