An open API service indexing awesome lists of open source software.

https://github.com/biomousavi/file-service

file upload service using nginx + minio + nestjs.
https://github.com/biomousavi/file-service

fastify minio nestjs nginx typescript

Last synced: 4 months ago
JSON representation

file upload service using nginx + minio + nestjs.

Awesome Lists containing this project

README

        

# File Upload Service

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

## Instaliation

Install [Docker and docker-compose](https://www.docker.com/) .

## Start

At the root of the project, run:

```bash
docker-compose build
# and
docker-compose up
```

#### Usage Example

![example request](example.png)