See it now here: https://gitea.anomalistdesign.com/trent_larson/image-api
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.
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
README.md | 1 year ago | |
package.json | 1 year ago | |
pnpm-lock.yaml | 1 year ago | |
server.js | 1 year 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