Skip to content

codeuino/codebadge-backend

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

89b0b23 · Jun 20, 2020

History

59 Commits
Jun 18, 2020
Jun 18, 2020
Jun 18, 2020
Jun 20, 2020
Jun 18, 2020
Jun 18, 2020
Jun 18, 2020
Jun 18, 2020
Jun 18, 2020
Jun 18, 2020
Jun 20, 2020
Jun 18, 2020
Jun 18, 2020
Jun 18, 2020

Repository files navigation

Codebadge Backend

Setup locally

  1. install dependencies npm i

  2. you must have mongodb server running.

  3. create oauth for codebadge app

Github oauth(presently supported)

step 1:- create github oauth app

App nam => Codebadge

home url => http://localhost:3000

callback url => http://localhost:3001/github/auth/callback

step 2:- create config.js in config folder by copyinf config-sample.js

step 3:- copy client id and client secret respectively in github keys for github oauth app

Google oauth

step 1:- create github oauth app

App nam => Codebadge

home url => http://localhost:3000

callback url => http://localhost:3001/google/auth/callback

step 2:- create config.js in config folder by copyinf config-sample.js

step 3:- copy client id and client secret respectively in github keys for github oauth app

  1. start server npm start