Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 361 Bytes

File Upload Service

Implement file upload service using nginx + minio + nestjs. Without any buffering.

Instaliation

Install Docker and docker-compose .

Start

At the root of the project, run:

docker-compose build
# and
docker-compose up

Usage Example

example request