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

https://github.com/vientorepublic/multiflex

NestJS file upload/download server implementation example
https://github.com/vientorepublic/multiflex

fileserver nestjs nodejs

Last synced: 4 months ago
JSON representation

NestJS file upload/download server implementation example

Awesome Lists containing this project

README

          

# Multi Flex

Nest.js based file upload/download server implementation

# Requirements

- Node.js 20.x
- MySQL or MariaDB Database Server

# Config

> [!NOTE]
> Upload/Download services are created exclusively for each request by default. Selectively enable the `USE_CLUSTER` option if necessary.

Create `.env` and add below:

```
PORT=
UPLOAD_PATH=
EXPIRES=86400000
DB_HOST=
DB_PORT=
DB_USER=
DB_PASSWORD=
DB_DATABASE=
```

# License

This project is released under the MIT License.