Skip to content

Commit 9219eb5

Browse files
committed
Merge branch 'main' of https://github.com/deepesh224-ux/hacktoberfest-2025-backend into feature/wishlist-api
2 parents 1736794 + 0138f26 commit 9219eb5

11 files changed

Lines changed: 649 additions & 5 deletions

File tree

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@
5656
"contributions": [
5757
"code"
5858
]
59+
},
60+
{
61+
"login": "shiv7shukla",
62+
"name": "shiv7shukla",
63+
"avatar_url": "https://avatars.githubusercontent.com/u/185540301?v=4",
64+
"profile": "https://github.com/shiv7shukla",
65+
"contributions": [
66+
"code"
67+
]
5968
}
6069
],
6170
"commitType": "docs",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Thanks goes to these wonderful people:
217217
<td align="center" valign="top" width="14.28%"><a href="https://github.com/UsamaBinKashif"><img src="https://avatars.githubusercontent.com/u/80617842?v=4?s=100" width="100px;" alt="Usama Ahmed"/><br /><sub><b>Usama Ahmed</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-backend/commits?author=UsamaBinKashif" title="Code">💻</a></td>
218218
<td align="center" valign="top" width="14.28%"><a href="https://github.com/deepesh224-ux"><img src="https://avatars.githubusercontent.com/u/185037270?v=4?s=100" width="100px;" alt="Deepesh Dey"/><br /><sub><b>Deepesh Dey</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-backend/commits?author=deepesh224-ux" title="Code">💻</a></td>
219219
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mbm08"><img src="https://avatars.githubusercontent.com/u/185241615?v=4?s=100" width="100px;" alt="mbm08"/><br /><sub><b>mbm08</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-backend/commits?author=mbm08" title="Code">💻</a></td>
220+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/shiv7shukla"><img src="https://avatars.githubusercontent.com/u/185540301?v=4?s=100" width="100px;" alt="shiv7shukla"/><br /><sub><b>shiv7shukla</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-backend/commits?author=shiv7shukla" title="Code">💻</a></td>
220221
</tr>
221222
</tbody>
222223
</table>

package-lock.json

Lines changed: 265 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,17 @@
4343
"author": "Open Code Chicago",
4444
"license": "MIT",
4545
"dependencies": {
46+
"@types/passport-google-oauth20": "^2.0.16",
4647
"cors": "^2.8.5",
4748
"dotenv": "^17.2.3",
4849
"express": "^5.1.0",
50+
"express-session": "^1.18.2",
4951
"jsonwebtoken": "^9.0.2",
50-
"mongoose": "^8.19.0"
52+
"mongoose": "^8.19.0",
53+
"passport": "^0.7.0"
5154
},
5255
"devDependencies": {
5356
"eslint": "^9.37.0",
5457
"nodemon": "^3.1.10"
5558
}
56-
}
59+
}

0 commit comments

Comments
 (0)