Setup locally
-
install dependencies
npm i
-
you must have mongodb server running.
-
create oauth for codebadge app
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
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
- start server
npm start