A Dockerized Node.js API for images upload to S3.
- Upload images to S3
- Internationalized responses
TODO:
- optimize before uploading
- detect adult images before uplaoding (or via frontend part)
npm i
amplify init
amplify add storage
amplify push
npm run start
./slave_build.sh <name>
./slave_start.sh <name> <port>
npm run test
GPL v 3.0