Skip to content

vlad961/DevonFwMTS

 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 40.8%
  • TypeScript 32.9%
  • C# 15.4%
  • HTML 8.2%
  • SCSS 2.0%
  • JavaScript 0.3%
  • Other 0.4%