Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 901 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 901 Bytes

A POC showcasing timely running service with SQL Database storage

A proof of concept showcasing .Net service running in container with SQL database and acceptance tests executing against it

Article on Medium

.netcore 2.1

If you are after outdated .netcore 2.1 implementation, you can refer to the tag dotnetcore-2.1

To run

  • Go to src: cd src/
  • Build docker containers docker-compose build
  • Run tests in compose docker-compose up --exit-code-from dummyservice.tests

Screenshots

final-output