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
|
11 months ago | |
---|---|---|
.gitignore | 11 months ago | |
README.md | 11 months ago | |
package.json | 11 months ago | |
pnpm-lock.yaml | 11 months ago | |
server.js | 11 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