TalaikisInc / upload-service-s3

The Node.js microservice for images uploading to AWS S3 storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Talaikis Ltd.

Upload Service S3

A Dockerized Node.js API for images upload to S3.

Features

  • Upload images to S3
  • Internationalized responses

TODO:

  • optimize before uploading
  • detect adult images before uplaoding (or via frontend part)

Install

npm i
amplify init
amplify add storage
amplify push

Start

npm run start

Deploy

./slave_build.sh <name>
./slave_start.sh <name> <port>

Test

npm run test

Licence

GPL v 3.0

About

The Node.js microservice for images uploading to AWS S3 storage.


Languages

Language:JavaScript 95.5%Language:Dockerfile 2.5%Language:Shell 2.0%