OAuth 2.0 Demo App with GitHub


Introduction

This app is build for demonstation perpose of OAuth 2.0 with GitHub APIs.

Technologies

  • Front-end -> Angular
  • Back-end -> NodeJs

Introduction

Front-end installation
npm install
ng serve /* application will open in http://localhost:4200 */
Back-end installation
npm install
npm run dev /* application will open in http://localhost:5000 */

Blog Post

https://kmbloggerz.blogspot.com/2018/10/oauth-sample-application.html