Skip to content

Commit c5d1106

Browse files
typo bugs fixed
1 parent 5d8dba4 commit c5d1106

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Readme.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# COdebadge Backend
1+
# Codebadge Backend
22
Setup locally
33
1. install dependencies
44
```npm i```
@@ -7,33 +7,33 @@ Setup locally
77

88
3. 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+
```
1414
App nam => Codebadge
1515
1616
home url => http://localhost:3000
1717
1818
callback 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+
```
2828
App nam => Codebadge
2929
3030
home url => http://localhost:3000
3131
3232
callback 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

3838
4. start server
39-
```npm start```
39+
```npm start```

0 commit comments

Comments
 (0)