Skip to content

Banovvv/GraphReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphReview

Hack Together: Microsoft Graph and .NET

Simple API used to schedule review meetings and send emails via MicrosoftGraph.

Design

test drawio (6)

Prerequisites

You need an appsettings.json file with the following:

  "ConnectionStrings": {
    "SqlServer": "your-connection-string"
  },
  "MicrosofrGraph": {
    "TenantId": "your-tenant-id",
    "ClientId": "your-client-id",
    "ClientSecret": "your-client-secret",
    "DefaultSender": "your-default-email"
  }

Releases

No releases published

Packages

No packages published

Languages