first version, mostly made by AI

This commit is contained in:
2024-02-23 13:15:22 -07:00
commit b52ebbf0ff
5 changed files with 825 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "image-trade",
"version": "0.0.1",
"description": "",
"license": "UNLICENSED",
"dependencies": {
"aws-sdk": "^2.1564.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"multer": "1.4.5-lts.1"
}
}