- Start the Payroll Engine Backend
- Setup Hangfire SQL Server database
- new empty database
WebhookDemo
- new empty database
- Configure hangfire database connection
appsettings.json
or better usersecrets.json
:
"ConnectionStrings": { "HangfireConnection": "Server=localhost;Database=WebhookDemo;Integrated Security=SSPI;" }
- Start project WebhookConsumer
- the first run creates the hangfire SQL database schema
- Execute backend
*.payrolls\WebhookPayroll\import.cmd*
- json output:
https://localhost:44396/webhooks
- hangfire jobs:
https://localhost:44396/hangfire
- json output:
WebhookConsumer
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||