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

Latest commit

 

History

History
30 lines (21 loc) · 487 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 487 Bytes

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.