You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Trent Larson dbcbd0c544 update to v3 of AWS SDK, add mime-type to upload 7 months ago
.gitignore first version, mostly made by AI 7 months ago
README.md update to v3 of AWS SDK, add mime-type to upload 7 months ago
package.json update to v3 of AWS SDK, add mime-type to upload 7 months ago
pnpm-lock.yaml update to v3 of AWS SDK, add mime-type to upload 7 months ago
server.js update to v3 of AWS SDK, add mime-type to upload 7 months ago

README.md

Image Server

setup

sh <(curl https://pkgx.sh) +pnpm sh
pnpm install
# manually set the AWS_ variables inside the .env file

dev

node server.js

test

curl -X POST -F "image=@./test.png" http://localhost:3000/image