Skip to content

Commit

Permalink
Merge pull request #13 from shammy642/added_dotenv_socketio
Browse files Browse the repository at this point in the history
added dotenv and socket.io to backend
  • Loading branch information
shammy642 authored Oct 16, 2024
2 parents 3d13dd5 + fef87ec commit 4fab7bf
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 3 deletions.
114 changes: 112 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"devDependencies": {
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"prop-types": "^15.8.1",
"socket.io": "^4.8.0",
Expand All @@ -22,6 +21,7 @@
"dependencies": {
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"react-router-dom": "^6.27.0"
Expand Down

0 comments on commit 4fab7bf

Please sign in to comment.