Playground for C# development!
Table of Contents
If you want to run the frontend with the backend and database run docker-compose up -d
from the root directory.
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