This codebase was created to demonstrate integration tests created using jbogard Respawn.
-
Clone the repo
-
Install the .NET 5 SDK: https://www.microsoft.com/net/download/core
-
Install PostgreSQL: https://www.postgresql.org/download/
-
Change database connection strings:
- RespawnCoreApiExample.IntegrationTests\appsettings.IntegrationTests.json
- RespawnCoreApiExample.Api\appsettings.json
-
Run using IDE like Microsoft Visual Studio or Rider. It will create database automatically.