Almazzy / SyncfusionHelpDeskClient

Syncfusion HelpDesk Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyncfusionHelpDesk WebAssembly

image

Covered in the Book:

Blazor WebAssembly Succinctly

Add Syncfusion License

  1. Get a Free Syncfusion License at this link
  2. Update Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense in SyncfusionHelpDeskClient.Client/Program.cs

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
  3. Run the application, click the Register link and create a user named Admin@email
  4. Log out and log back in as Admin@email. You will now be the Administrator

To Enable Emails

  1. Get an API key from app.sendgrid.com
  2. Open appsettings.json:
  • Uncomment the '//' before SENDGRID_APIKEY and enter your SendGrid API key in place of: {{ uncomment and enter your key from app.sendgrid.com }}
  • Uncomment the '//' before SenderEmail and enter your Email address in place of: {{ uncomment and enter your email address }}

Also See

About

Syncfusion HelpDesk Client

License:MIT License


Languages

Language:C# 52.4%Language:HTML 27.0%Language:TSQL 16.2%Language:CSS 4.5%