Pilchie / Hubbup

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 82.2%Language:HTML 17.1%Language:CSS 0.7%