vlbras / image-uploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Image Uploader to AWS S3 Bucket with Throttler - a common technique to protect applications from brute-force attacks.

Installation

$ pnpm install

Configuration

$ cp .env .env.example

Replace the commented AWS environment variables with your own.

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

About


Languages

Language:TypeScript 81.3%Language:JavaScript 18.7%