Client repo is here : PuppetMaster Client
- ASPNET Core WebApi
- Swagger
- SignalR
- Openiddict
- Quartz.NET
- EntityFramework
- AutoMapper
- Visual Studio
- .NET 7 SDK
- Microsoft SQL Server database
You will need to update your appsettings (secrets if you are running locally) and add your database connection string.
- You will need to generate two pfx certificate files (Encryption and Signing)
- Add them to your app service and use the environment variable
WEBSITE_LOAD_CERTIFICATES
with comma-separated thumbprint values.