microsoft / hack-together

Hack Together: Microsoft Graph and .NET is a hackathon for .NET developers to learn Microsoft Graph and Microsoft 365.
MIT License
523 stars 85 forks source link

Project: Simple API to schedule reviews #100

Open Banovvv opened 1 year ago

Banovvv commented 1 year ago

Project name

GraphReview

Description

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

224314726-03609490-defe-402c-8fc2-ebb723fa2942

You need an appsettings.json file with the following settings for the app to work:

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

Repo URL

https://github.com/Banovvv/GraphReview

Team members

https://github.com/Banovvv

waldekmastykarz commented 1 year ago

Cool! Thank you for the submission @Banovvv! Also, great diagram to clarify the architecture 👍

waldekmastykarz commented 1 year ago

Hey @Banovvv, would you mind recording a short video walkthrough of your hack? Any format will work. It's not required for the hackathon but it would help us showcase your work both internally at Microsoft and publicly in the community.

Banovvv commented 1 year ago

Hi @waldekmastykarz, I've never done that before but I'll try to figure something out :)

waldekmastykarz commented 1 year ago

Awesome! I really appreciate it 😊