Skip to content

Eilon/Hubbup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published