File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # COdebadge Backend
1+ # Codebadge Backend
22Setup locally
331 . install dependencies
44``` npm i ```
@@ -7,33 +7,33 @@ Setup locally
77
883 . create oauth for codebadge app
99
10- * Github oauth(presently supported)
10+ #### Github oauth(presently supported)
1111
1212** step 1:-** create github oauth app
13-
13+ ```
1414App nam => Codebadge
1515
1616home url => http://localhost:3000
1717
1818callback url => http://localhost:3001/github/auth/callback
19-
19+ ```
2020** step 2:-** create config.js in config folder by copyinf config-sample.js
2121
2222** step 3:-** copy client id and client secret respectively in github keys for github oauth app
2323
24- * Google oauth
24+ #### Google oauth
2525
2626** step 1:-** create github oauth app
27-
27+ ```
2828App nam => Codebadge
2929
3030home url => http://localhost:3000
3131
3232callback url => http://localhost:3001/google/auth/callback
33-
33+ ```
3434** step 2:-** create config.js in config folder by copyinf config-sample.js
3535
3636** step 3:-** copy client id and client secret respectively in github keys for github oauth app
3737
38384 . start server
39- ``` npm start ```
39+ ``` npm start ```
You can’t perform that action at this time.
0 commit comments