Prabeshpd / web-scraper-backend

MIT License
0 stars 0 forks source link

Offload upload file using multer #16

Closed Prabeshpd closed 1 year ago

Prabeshpd commented 1 year ago

Description

Since, we are directly parsing the csv file from frontend and only want to insert the tags from the csv file there is no need of multer package. The reason to avoid this was not to make service dependent of one another. In previous implementation there was an assumption that all the services will be under one computational device.

Issue

14

Prabeshpd commented 1 year ago

:tada: This PR is included in version 1.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: