Handling File Uploads With NestJS and MySQL

Connect to a MySQL database using TypeORM, create an entity, and upload images to the Nestjs application.

Arctype
Better Programming
Published in
7 min readAug 3, 2022

--

Handling File Uploads with NestJS and MySQL

Introduction

Many developers despise dealing with file uploads. This can be attributed to a lack of knowledge about the best approach to take or difficulties determining how to…

--

--