cd src/WebApp
dotnet build
dotnet run
GET /api/locations
POST /api/locationcheckin
{
"memberId": 1234,
"locationId": 5678
}
Using a Windows based SQL Server? Multiple Active Result Sets (MARS) is required. Go here for more information.
MultipleActiveResultSets = true
Example connection string:
Data Source=localhost;Initial Catalog=kafka-webapp;MultipleActiveResultSets=true;