Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 428 Bytes

File metadata and controls

15 lines (10 loc) · 428 Bytes

TestingDemo

The demo repo for a presentation on testing in dotnet

Starting the Application

This application requires Docker.

Starting The Environment

Go to the env folder and run docker compose up

Starting the client

Go to src/client, run npm install, then npm start

Starting the API

Open the Library.Api.sln, select the Library.Api.AppHost as your startup project, then run the https configuration.