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
- Host: GitHub
- URL: https://github.com/vientorepublic/multiflex
- Owner: vientorepublic
- License: mit
- Created: 2024-07-23T05:04:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:29:36.000Z (over 1 year ago)
- Last Synced: 2024-09-18T13:12:11.907Z (over 1 year ago)
- Topics: fileserver, nestjs, nodejs
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.