Skip to content

lokeshn011101/Nestjs-Github-Integration

Repository files navigation

Nest Logo

Description

A starter repo for GitHub integration with NestJS

Installation

$ npm install

Running the app

  1. Go to Settings.
  2. Go to the Developer settings pane on the right.
  3. Click the OAuth Apps pane.
  4. Click New OAuth App.
  5. Enter http://localhost:3000/ in the Homepage URL.
  6. Enter http://localhost:3000/callback in the Authorization callback URL.
  7. Click Register application.
  8. After cloning this project locally, in the file .env, add
  9. CLIENT_ID - client id of the created oauth app
  10. CLIENT_SECRET - client secret of the created oauth app
  11. For running the application:
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
  1. Visit http://localhost:3000/ to view the login page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published