https://github.com/adefwebserver/syncfusionhelpdesk
Blazor Syncfusion Help Desk
https://github.com/adefwebserver/syncfusionhelpdesk
blazor blazor-server
Last synced: about 1 year ago
JSON representation
Blazor Syncfusion Help Desk
- Host: GitHub
- URL: https://github.com/adefwebserver/syncfusionhelpdesk
- Owner: ADefWebserver
- License: mit
- Created: 2020-03-08T18:49:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T21:48:13.000Z (over 1 year ago)
- Last Synced: 2025-04-09T20:07:27.263Z (about 1 year ago)
- Topics: blazor, blazor-server
- Language: HTML
- Homepage:
- Size: 1.15 MB
- Stars: 44
- Watchers: 7
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SyncfusionHelpDesk

## Covered in the Book:
[Blazor Succinctly](https://www.syncfusion.com/ebooks/blazor-succinctly)
### To Install
1) Create a Database on your SQL server, and run scripts in **!SQL directory**
2) Edit *appsettings.json* to set the database connection in the **DefaultConnection** property
### To Enable Syncfusion
1) Get an **API key** from [Syncfusion.com](https://support.syncfusion.com/kb/article/9795/how-to-get-community-license-and-install-it)
2) Open **appsettings.json**:
- For **SYNCFUSION_APIKEY** enter your Syncfusion API key
### To Enable Emails
1) Get an **API key** from [app.sendgrid.com](https://app.sendgrid.com)
2) Open **appsettings.json**:
- For **SENDGRID_APIKEY** enter your SendGrid API key
- For **SenderEmail** enter your Email address
### To Enable OpenAI or Azure Open AI
1) Open **appsettings.json**:
- For **OpenAI/apiKey** enter your *Open AI* API key
- If using *Azure Open AI* also enter **OpenAI/deploymentName** and **OpenAI/endpoint**
### Also See
* [SyncfusionHelpDesk - Blazor WebAssembly version](https://github.com/ADefWebserver/SyncfusionHelpDeskClient)