Skip to content

Commit

Permalink
Add missing dependencies for database
Browse files Browse the repository at this point in the history
  • Loading branch information
boicotaz committed Nov 23, 2022
1 parent 6b292f3 commit 9804a0e
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 1 deletion.
217 changes: 217 additions & 0 deletions back-end/package-lock.json

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

4 changes: 3 additions & 1 deletion back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"dependencies": {
"bcrypt": "^5.0.1",
"express": "^4.17.3",
"http-server": "^14.1.0"
"http-server": "^14.1.0",
"mysql2": "^2.3.3",
"sequelize": "^6.25.8"
}
}

0 comments on commit 9804a0e

Please sign in to comment.