I'm working on a project with React JS as frontend framework and a node JS API.
My Database is a MySQL and i store files (png, csv, docx ...) as BLOB in it.
When i call my API with React i'm getting the file with the type : buffer.
How i can download it ?