Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 550 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 550 Bytes

Hubbup

ASP.NET Core app to view GitHub issues for team stand-up

Setup

  1. Clone the repo
  2. Register the app in GitHub: https://github.com/settings/applications/new
  3. Check the VS project properties for the SSL URL to use as the Homepage URL
  4. Use https://localhost:[port]/signin-github as the callback URL for GitHub (where [port] is the SSL port for the site)
  5. Use the dotnet user-secrets tool to add a token called GitHubClientId with the client ID and a token called GitHubClientSecret with the client secret
  6. Run the app