adding aws upload to the create post api

This commit is contained in:
Will Baumbach
2025-07-26 13:06:35 -05:00
parent 2704577d39
commit 54e960eaf6
8 changed files with 663 additions and 12 deletions

View File

@@ -6,6 +6,7 @@
"start": "node ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.1692.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^17.2.1",
@@ -15,6 +16,7 @@
"mongodb": "^6.18.0",
"mongoose": "^8.16.4",
"morgan": "~1.9.1",
"nanoid": "^5.1.5",
"validator": "^13.15.15",
"xss-clean": "^0.1.4"
}