Skip to content

Commit

Permalink
Add institution save and get institution with id
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgehl3n committed Aug 22, 2023
1 parent f00fccf commit 210be5b
Show file tree
Hide file tree
Showing 12 changed files with 380 additions and 21 deletions.
200 changes: 191 additions & 9 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,21 @@
"accesscontrol": "^2.2.1",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/node": "^20.4.5",
"@types/pg": "^8.10.2",
"@types/sequelize": "^4.28.15",
Expand Down
Loading

0 comments on commit 210be5b

Please sign in to comment.