Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
/ multiflex Public archive

NestJS file upload/download server implementation example

License

Notifications You must be signed in to change notification settings

vientorepublic/multiflex

Repository files navigation

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.

About

NestJS file upload/download server implementation example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published