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: Booking API sample #124

Closed Official-Mwita closed 1 year ago

Official-Mwita commented 1 year ago

Project name

Booking API

Description

This project is a sample project simulating the booking of a course. The main idea behind this project is to display the usage of recent technologies for software development. Such technologies are:

  1. Agile development
  2. Using Sign in with Microsoft then utilizing Microsoft Graph information for user registration and login
  3. Using React as a pure front-end application
  4. Utilizing Github and Azure app services for continuous development
  5. Using dot net core 6 for quick application development
  6. Utilizing Microsoft Visual Studio to quicken development
  7. Utilizing Azure database and MSQL for rapid database implementations

All thanks to Microsoft for their Amazing technologies

Links: React front-end: Front end website Sample API endpoint utilizing login service: Sample Protected API Github: https://github.com/Official-Mwita/bookingapiv6

Repo URL

https://github.com/Official-Mwita/accountserviceapi

Team members

https://github.com/jaykaranja, https://github.com/moryno, https://github.com/official-Mwita

waldekmastykarz commented 1 year ago

Thank you for your submission @Official-Mwita. It seems that you're not using the Microsoft Graph .NET SDK in your project. Would you be willing to update the project to use the SDK and make a chance to win one of the cool prizes we've got?

Official-Mwita commented 1 year ago

yeah sure

Official-Mwita commented 1 year ago

how to one set redirect URL for AuthorizationCodeCredential while using graph. is there any help

waldekmastykarz commented 1 year ago

You can pass the redirect URI as one of the method args: https://learn.microsoft.com/en-us/javascript/api/@azure/identity/authorizationcodecredential?view=azure-node-latest#@azure-identity-authorizationcodecredential-constructor-1

waldekmastykarz commented 1 year ago

It seems that your project is not using the Microsoft Graph .NET SDK, which is why your hack won't be eligible for prizes. Thank you for your submission and joining us in the hackathon.