adding pretteir and fixing post call so now clicking continue will upload to aws

This commit is contained in:
Will Baumbach
2025-07-26 20:36:14 -05:00
parent 61278967be
commit 2fed2636ad
8 changed files with 3222 additions and 2107 deletions

View File

@@ -1,24 +1,24 @@
{
"name": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.1692.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^17.2.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"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"
}
"name": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.850.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^17.2.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"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"
}
}