Skip to content

Commit db2810a

Browse files
authored
Merge pull request #47 from indrasuthar07/feat/contacts
feat: added contact list management page
2 parents 1a21e16 + dc724c8 commit db2810a

File tree

11 files changed

+594
-6
lines changed

11 files changed

+594
-6
lines changed

backend/package-lock.json

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

backend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
"dependencies": {
1010
"bcrypt": "^6.0.0",
1111
"cors": "^2.8.5",
12+
"csv-parser": "^3.2.0",
1213
"dotenv": "^16.3.1",
1314
"express": "^4.18.2",
1415
"jsonwebtoken": "^9.0.2",
1516
"mongoose": "^6.9.1",
17+
"multer": "^2.0.2",
1618
"nodemailer": "^6.10.1",
1719
"openai": "^4.20.1",
1820
"winston": "^3.8.2",

0 commit comments

Comments
 (0)