Skip to content
DawidBski edited this page Mar 21, 2023 · 15 revisions

Overview

This section describes how to use our Api connected to MSSql database in docker containers.

Prerequisites

Before you start

  • Make sure your Docker Desktop app is running.
  • Our server certificate is added.
  • Check if there are no running containers in Docker Desktop App (Containers Tab).
  • Navigate to the root of the solution (in PowerShell terminal)

Running Containers

Just type in the root of the solution (in PowerShell terminal).

docker compose up running our services (App and MsSql).

docker compose down stopping our services and release the resources.

Api

When your containers are running you can test our api in a browser at https://localhost:8081/swagger.

I'll add more info later.

Clone this wiki locally