Skip to content

BenjaminE98/DevonFwMTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e719d26 · Sep 22, 2022

History

54 Commits
Sep 16, 2022
Sep 14, 2022
Sep 8, 2022
Aug 12, 2022
Aug 23, 2022
Aug 25, 2022
Sep 22, 2022
Jul 25, 2022
Aug 3, 2022
Sep 8, 2022
Sep 16, 2022
Sep 14, 2022
Aug 25, 2022

Repository files navigation

.NET

Playground for C# development!

Table of Contents
  1. Getting Started
  2. Testing using docker

Running the project

If you want to run the frontend with the backend and database run docker-compose up -d from the root directory.

Testing using docker:

Change into the corresponding directory using "cd Templates/WebAPI"

Build the dockerfile using:

docker build -f .\Devon4Net.Application.WebAPI\Dockerfile -t dotnet-backend --target test .

Execute the unit tests (in docker) using:

docker run -it --rm --name dotnet-test dotnet-backend